Update modele.class.php

This commit is contained in:
Emmanuel ROY 2018-12-09 05:25:37 +01:00 committed by GitHub
parent a7ca75b184
commit 5277578357

View file

@ -12,8 +12,6 @@ class Modele{
if(preg_match("#[ ]*([a-zA-Z_]*)[ ]*[:][ ]*([a-zA-Z ]*[ ]*)#",$ligne,$matches)){
$this->page[$matches[1]] = $matches[2];
}
}
include MODELS_PATH.DIRECTORY_SEPARATOR.$base_param['name'].'.php';
}else{
$this->page['name'] = $base_param['name'];
$this->page['description'] = $base_param['description'];