jsxgraph / moodle-filter_jsxgraph

moodle plug-in for JSXGraph
https://jsxgraph.org
1 stars 6 forks source link

filtersettings.php creates vars outside $ADMIN-fulltree #8

Closed danmarsden closed 5 years ago

danmarsden commented 5 years ago

the vars $placeholder/$reccommended_version etc should not be created before the call to if ($ADMIN->fulltree)

andreas-web commented 5 years ago

the code has been moved into the if statement