Follow-up r104051: fix tests
[lhc/web/wiklou.git] / includes / GenderCache.php
index a17ac02..342f8db 100644 (file)
@@ -111,7 +111,7 @@ class GenderCache {
                }
 
                if ( count( $users ) === 0 ) {
-                       return false;
+                       return;
                }
 
                $dbr = wfGetDB( DB_SLAVE );