(debug) php Notice: Undefined variable: script_deps
-
Hey Markus,
just one hint for your next version. This notice is trown in debug mode:
Notice: Undefined variable: script_deps in (…)/plugins/events-manager/events-manager.php on line 261
So I just added$script_deps = array();
in line 211, now it’s ok.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘(debug) php Notice: Undefined variable: script_deps’ is closed to new replies.