meh, forgot to uncomment the settings storage for settings-import
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -98,14 +98,14 @@ class SImExporter
|
|||||||
// when there were changes in the variable-name or similar
|
// when there were changes in the variable-name or similar
|
||||||
unset($_data['panel.version']);
|
unset($_data['panel.version']);
|
||||||
unset($_data['panel.db_version']);
|
unset($_data['panel.db_version']);
|
||||||
/*
|
|
||||||
// store new data
|
// store new data
|
||||||
foreach ($_data as $index => $value) {
|
foreach ($_data as $index => $value) {
|
||||||
Settings::Set($index, $value);
|
Settings::Set($index, $value);
|
||||||
}
|
}
|
||||||
// save to DB
|
// save to DB
|
||||||
Settings::Flush();
|
Settings::Flush();
|
||||||
*/
|
|
||||||
// all good
|
// all good
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user