]> source.dussan.org Git - nextcloud-server.git/commit
Do not define xcache_unset_by_prefix() if it does not exist.
authorAndreas Fischer <bantu@owncloud.com>
Thu, 15 Aug 2013 01:31:42 +0000 (03:31 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Thu, 15 Aug 2013 01:31:42 +0000 (03:31 +0200)
commitfb2761a2034ed3ae786145418a6ca0b0262ef393
tree50f4432b0093479f623a17dadae0bb6c4e65b8bd
parentc84171cec0669dbe459ea2b5daf573a50f20e314
Do not define xcache_unset_by_prefix() if it does not exist.

The defined function is not compatible with the function provided by xcache
because it does not honor the prefix parameter. Thus defining it like this is
a bad idea.
lib/memcache/xcache.php