@@ -14,11 +14,11 @@ class Module extends FormToolsModule
1414 protected $ author = "Ben Keen " ;
1515 protected $ authorEmail = "ben.keen@gmail.com " ;
1616 protected $ authorLink = "https://formtools.org " ;
17- protected $ version = "2.0.1 " ;
18- protected $ date = "2017-11-07 " ;
17+ protected $ version = "2.0.2 " ;
18+ protected $ date = "2017-11-11 " ;
1919 protected $ originLanguage = "en_us " ;
2020 protected $ jsFiles = array (
21- "scripts/tests .js " ,
21+ "scripts/security_check .js " ,
2222 "{FTROOT}/global/scripts/sortable.js " ,
2323 "{MODULEROOT}/scripts/security_check.js " ,
2424 "{FTROOT}/global/codemirror/lib/codemirror.js " ,
@@ -50,7 +50,7 @@ public function install($module_id)
5050 "denied_page_content " => "<div class= \"title \">Access Denied</div> \n<p> \n Sorry, you are not permitted access to the admin area. \n</p> "
5151 ));
5252
53- Hooks::registerHook ("code " , "ip_security_check " , "main " , "FormTools \\Users:: login " , "checkUser " , 50 , true );
53+ Hooks::registerHook ("code " , "ip_security_check " , "main " , "FormTools \\User-> login " , "checkUser " , 50 , true );
5454
5555 return array (true , $ L ["notify_module_installed " ]);
5656 }
0 commit comments