mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update app_defaults.php
This commit is contained in:
@@ -505,6 +505,15 @@
|
||||
$database->execute($sql);
|
||||
unset($sql);
|
||||
|
||||
//update editor settings used in javascript need to be a string
|
||||
$sql = "update v_default_settings ";
|
||||
$sql .= "set default_setting_name = 'text' ";
|
||||
$sql .= "where default_setting_category = 'editor' ";
|
||||
$sql .= "and default_setting_subcategory in ('invisibles', 'indent_guides', 'line_numbers') ";
|
||||
$sql .= "and default_setting_name = 'boolean' ";
|
||||
$database->execute($sql);
|
||||
unset($sql);
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user