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:
Anthony
2023-06-02 14:37:30 -06:00
committed by GitHub
parent 150735c810
commit fae05e5341
4 changed files with 11 additions and 10 deletions
@@ -111,7 +111,7 @@ if ($fp) {
}
//prevent warnings
if (!is_array($_SESSION['user']['extensions'])) {
if (empty($_SESSION['user']['extensions'])) {
$_SESSION['user']['extensions'] = array();
}