[ticket/456] Do not include functions_modules in controller

B3P-456
This commit is contained in:
Marc Alexander
2015-02-02 10:58:15 +01:00
parent 0e58d83267
commit f1ca2d8a39

View File

@@ -116,7 +116,6 @@ class main
if (!function_exists('obtain_portal_config'))
{
include($this->includes_path . 'functions_modules' . $this->php_ext);
include($this->includes_path . 'functions' . $this->php_ext);
}
}