]> git.mxchange.org Git - friendica.git/blobdiff - include/config.php
Issue 3857: There is the possibility of a bad handling of dislikes
[friendica.git] / include / config.php
index c51db4ec7b1f7fc9f550bdf3818014553a5e9ec1..1c8b119bcc989ee8be13fa656198d09abc7a83fc 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @file include/config.php
- * 
+ *
  *  @brief (Deprecated) Arbitrary configuration storage
  * Note:
  * Please do not store booleans - convert to 0/1 integer values
@@ -12,8 +12,8 @@
  * configurations need to be fixed as of 10/08/2011.
  */
 
-use \Friendica\Core\Config;
-use \Friendica\Core\PConfig;
+use Friendica\Core\Config;
+use Friendica\Core\PConfig;
 
 /**
  * @brief (Deprecated) Loads all configuration values of family into a cached storage.