'Non-static method should not be called statically ($ list = modImagesHelper :: getList ($ id);)

Good morning,

I have the following warning since I changed the php version of my website:

Deprecated: Non-static method modImagesHelper :: getList () should not be called statically in .. \ modules \ mod_images \ mod_images.php on line 42

The code on line 42 is as follows:

$ list = modImagesHelper :: getList ($ id);

do you have any idea how it can be solved?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source