From: Siebrand Mazeland Date: Sat, 23 Nov 2013 18:55:46 +0000 (+0100) Subject: Add missing return value X-Git-Tag: 1.31.0-rc.0~17928^2 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=0bea71539641a75067fd1829ec0c661141002834;p=lhc%2Fweb%2Fwiklou.git Add missing return value According to the documentation, the return value should be a Status. Change-Id: Ib4c9730b50ef95ed1f0659f61554d7f442a017de --- diff --git a/includes/filebackend/lockmanager/MemcLockManager.php b/includes/filebackend/lockmanager/MemcLockManager.php index ccf8613f03..f7ffb2de43 100644 --- a/includes/filebackend/lockmanager/MemcLockManager.php +++ b/includes/filebackend/lockmanager/MemcLockManager.php @@ -216,7 +216,7 @@ class MemcLockManager extends QuorumLockManager { $status->fatal( 'lockmanager-fail-releaselock', $path ); } - return; + return $status; } // Fetch all the existing lock records...