forked from mirrors/easyappointments
Fixes on the general settings page
This commit is contained in:
parent
2342e0d3d0
commit
34fbd2060d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class General_settings extends EA_Controller {
|
||||||
throw new Exception('You do not have the required permissions for this task.');
|
throw new Exception('You do not have the required permissions for this task.');
|
||||||
}
|
}
|
||||||
|
|
||||||
$settings = request('general_settings', FALSE);
|
$settings = request('general_settings', []);
|
||||||
|
|
||||||
// Check if phone number settings are valid.
|
// Check if phone number settings are valid.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue