X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=classes%2FConfig.php;h=43b99587fa14971c2c66a32790d548da10f4e6c6;hb=7d51cda25d7a056ffdf8e7928b4dfa958597067f;hp=6d914ca1f6e6a39b7e87c025be556c7e9a097d42;hpb=254ea279d8c86ed25ed74bff036b16e6293571f7;p=quix0rs-gnu-social.git diff --git a/classes/Config.php b/classes/Config.php index 6d914ca1f6..43b99587fa 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -120,7 +120,7 @@ class Config extends Memcached_DataObject return $result; } - function &pkeyGet($kv) + function pkeyGet($kv) { return Memcached_DataObject::pkeyGet('Config', $kv); }