This commit is contained in:
kremsy 2013-12-09 11:29:48 +01:00
parent 206cbcfb96
commit cb5a03568d

View File

@ -4,7 +4,7 @@ namespace ManiaControl;
/** /**
* Class managing settings and configurations * Class managing settings and configurations
*t *
* @author steeffeen & kremsy * @author steeffeen & kremsy
*/ */
class SettingManager { class SettingManager {
@ -22,7 +22,6 @@ class SettingManager {
* Private properties * Private properties
*/ */
private $maniaControl = null; private $maniaControl = null;
private $configurator = null;
private $arrayDelimiter = ';;'; private $arrayDelimiter = ';;';
/** /**