mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update the app_defaults so that it works correctly
This commit is contained in:
@@ -66,8 +66,9 @@
|
||||
$array[$x]['default_setting_description'] = '';
|
||||
$orm = new orm;
|
||||
$orm->name('default_settings');
|
||||
$orm->save($array);
|
||||
$message = $orm->message;
|
||||
$orm->save($array[0]);
|
||||
$orm->save($array[1]);
|
||||
//$message = $orm->message;
|
||||
|
||||
/*
|
||||
$sql = "insert into v_default_settings ";
|
||||
|
||||
Reference in New Issue
Block a user