Merge "Add hook to allow extensions to modify the LonelyPages query"
[lhc/web/wiklou.git] / includes / utils / ArrayUtils.php
index 97a56e1..a222f81 100644 (file)
@@ -63,6 +63,7 @@ class ArrayUtils {
                                break;
                        }
                }
+
                return $i;
        }
 }