Fixed Warnings for Recordings, Ring Group Edit and Operator Panel (#6739)
* Update ring_group_edit.php * Update recordings.php * Update recording_edit.php * Update content.php
This commit is contained in:
@@ -111,7 +111,7 @@ if ($fp) {
|
||||
}
|
||||
|
||||
//prevent warnings
|
||||
if (!is_array($_SESSION['user']['extensions'])) {
|
||||
if (empty($_SESSION['user']['extensions'])) {
|
||||
$_SESSION['user']['extensions'] = array();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user