Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
117f11ef97
|
@ -1101,7 +1101,7 @@ class Application_Model_Preference
|
|||
} else {
|
||||
$ds = unserialize($v);
|
||||
return function ($x) use ($ds) {
|
||||
if ( in_array($x, $ds['ColReorder'] ) ) {
|
||||
if ( array_key_exists($x, $ds['ColReorder'] ) ) {
|
||||
return $ds['ColReorder'][$x];
|
||||
} else {
|
||||
Logging::warn("Index $x does not exist preferences");
|
||||
|
|
Loading…
Reference in New Issue