• Hi,

    On the file plugin_config.php line 107 you have the following code:

    define( 'TRUE', 'true' );

    But that is not correct because you set the true string as value but you have to remove the ‘ to set boolean value! It breaks the === operator while checking this: TRUE === true

The topic ‘Bug report’ is closed to new replies.