Fixes on webmodel

This commit is contained in:
Antonio de la Rosa 2015-05-08 05:22:33 +02:00
parent e31a89a538
commit 1d19037145
2 changed files with 3 additions and 4 deletions

View file

@ -42,7 +42,7 @@ if(!is_file($model_file))
}
$model=WebModel::load_model($options['m']);
WebModel::load_model($options['m']);
try {
@ -62,7 +62,7 @@ try {
update_table($model);
update_table(Webmodel::$model);
$post_install_script=Webmodel::$model_path.$arr_option[0].'/install/post_install.php';