cant stop migrating to new Settings class, refs #1325

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-15 15:21:30 +01:00
parent 7f565c305c
commit 352749c798
11 changed files with 43 additions and 92 deletions

View File

@@ -140,7 +140,9 @@ class Settings {
}
self::$_data[$sstr[0]][$sstr[1]] = $value;
}
return true;
}
return false;
}
/**