mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°6270 Remove empty model.*.php files
Not necessary anymore in 3.1.0 since :
* N°4875 - Compiler : do not force the model.*.php file to be present in the module.*.php file ('datamodel' key)
* N°4280 - Module loading : do not crash if 'datamodel' file doesn't exists (model.*.php)
This commit is contained in:
@@ -33,7 +33,6 @@ SetupWebPage::AddModule(
|
||||
// Components
|
||||
'datamodel' => array(
|
||||
'main.itop-portal.php',
|
||||
'model.itop-portal.php',
|
||||
),
|
||||
'webservice' => array(
|
||||
//'webservices.itop-portal.php',
|
||||
|
||||
Reference in New Issue
Block a user