]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/IConfigAdapter.php
1) Refactor App->config[] into Core\Config
[friendica.git] / src / Core / Config / IConfigAdapter.php
index 9d8eefd777406181afd1bfa5b95e549886abdcdc..5861b4c7e1627972b0049fbe972df8db19f1b200 100644 (file)
@@ -25,7 +25,7 @@ interface IConfigAdapter
         * ($family) and a key.
         *
         * Get a particular config value from the given category ($family)
-        * and the $key from a cached storage in $a->config[$uid].
+        * and the $key from a cached storage in static::$config[$uid].
         * $instore is only used by the set_config function
         * to determine if the key already exists in the DB
         * If a key is found in the DB but doesn't exist in