Fixes on webmodel
This commit is contained in:
parent
e31a89a538
commit
1d19037145
2 changed files with 3 additions and 4 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue