]> source.dussan.org Git - nextcloud-server.git/commitdiff
Do not mention php.ini, it may be defined in xcache.ini or so.
authorAndreas Fischer <bantu@owncloud.com>
Thu, 15 Aug 2013 01:41:33 +0000 (03:41 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Thu, 15 Aug 2013 01:41:33 +0000 (03:41 +0200)
lib/util.php

index 525a8d9d5d3e29770f732038e044b6b580f3901d..b9d678dced8d25060eb86791386722941d793736 100755 (executable)
@@ -870,7 +870,7 @@ class OC_Util {
                // XCache
                if (function_exists('xcache_clear_cache')) {
                        if (ini_get('xcache.admin.enable_auth')) {
-                               OC_Log::write('core', 'XCache opcode cache will not be cleared because "xcache.admin.enable_auth" is enabled in php.ini.', \OC_Log::WARN);
+                               OC_Log::write('core', 'XCache opcode cache will not be cleared because "xcache.admin.enable_auth" is enabled.', \OC_Log::WARN);
                        } else {
                                xcache_clear_cache(XC_TYPE_PHP, 0);
                        }