From a4e96dbddb42a3aaff673d98f351668a52f69f36 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 16 Jul 2007 20:05:32 +0000 Subject: [PATCH] Er, right. Best to have "return true;" somewhere in the function, isn't it? --- includes/SiteStats.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SiteStats.php b/includes/SiteStats.php index cbb075a2ae..65e3eb0080 100644 --- a/includes/SiteStats.php +++ b/includes/SiteStats.php @@ -134,6 +134,7 @@ class SiteStats { return false; } } + return true; } } -- 2.20.1