Update ajaxHelper.php
This commit is contained in:
parent
e8cabfbd1a
commit
b7a64e854f
|
@ -477,9 +477,8 @@ trait ajaxHelper {
|
||||||
if ($count_mods) {
|
if ($count_mods) {
|
||||||
$arr_data = '';
|
$arr_data = '';
|
||||||
if (!empty($this->sccpvalues[$key])) {
|
if (!empty($this->sccpvalues[$key])) {
|
||||||
foreach ($value as $vkey => $vval) {
|
foreach ($value as $valArr) {
|
||||||
//$tmp_data = '';
|
foreach ($valArr as $vkey => $vval) {
|
||||||
foreach ($vval as $vkey => $vval) {
|
|
||||||
switch ($vkey) {
|
switch ($vkey) {
|
||||||
case 'inherit':
|
case 'inherit':
|
||||||
case 'internal':
|
case 'internal':
|
||||||
|
@ -498,7 +497,6 @@ trait ajaxHelper {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//$arr_data .= $tmp_data;
|
|
||||||
}
|
}
|
||||||
if (!($this->sccpvalues[$key]['data'] == $arr_data)) {
|
if (!($this->sccpvalues[$key]['data'] == $arr_data)) {
|
||||||
$save_settings[$key] = array(
|
$save_settings[$key] = array(
|
||||||
|
|
Loading…
Reference in a new issue