Undefined array key “script”main.php on line 14
-
After update to 1.0.8 this error is visible on all pages:
Warning: Undefined array key “script” in /wp-content/plugins/altruja/main.php on line 14
This is code should be updated from:
if ($this->options['script'])
to:
if (!empty($this->options['script'])) {
Thanks
- The topic ‘Undefined array key “script”main.php on line 14’ is closed to new replies.