diff options
Diffstat (limited to 'ratatoeskr/sys/models.php')
-rw-r--r-- | ratatoeskr/sys/models.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php index 13d5843..f2f6076 100644 --- a/ratatoeskr/sys/models.php +++ b/ratatoeskr/sys/models.php @@ -14,6 +14,12 @@ require_once(dirname(__FILE__) . "/utils.php"); db_connect(); /* + * Variable: $ratatoeskr_settings + * The global <Settings> object. For internal use. + */ +$ratatoeskr_settings = new Settings("rw"); + +/* * Class: DoesNotExistError * This Exception is thrown by an ::by_*-constructor or any array-like object if the desired object is not present in the database. */ @@ -892,12 +898,6 @@ class Settings implements Countable, ArrayAccess, IteratorAggregate } /* - * Variable: $ratatoeskr_settings - * The global <Settings> object. For internal use. - */ -$ratatoeskr_settings = new Settings("rw"); - -/* * Class: PluginKVStorage * A Key-Value-Storage for Plugins * Can be accessed like an array. |