-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 13
-
Component/s: PHPAGI Config
-
Labels:None
-
Sprint:Beta 13
-
ToDo:
-
Asterisk Version:13
Whoops \ Exception \ ErrorException (E_WARNING)
extract() expects parameter 1 to be array, boolean given
/var/www/html/admin/modules/phpagiconf/page.phpagiconf.php
$phpagiconf = phpagiconf_get();
//get details for this phpagiconf text
$tabindex = 0;
$thisConfig = phpagiconf_get();
//create variables
if (isset($thisConfig)) {
extract($thisConfig);
}
?>