From 0df5c717bf8887474f71e381494d50f421b57753 Mon Sep 17 00:00:00 2001 From: Victor Vasiliev Date: Sun, 11 Nov 2007 16:01:37 +0000 Subject: [PATCH] I hope this commit will be last or I will die()... --- includes/SpecialRandomincategory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialRandomincategory.php b/includes/SpecialRandomincategory.php index 2461ef3c89..5d50c97bcf 100644 --- a/includes/SpecialRandomincategory.php +++ b/includes/SpecialRandomincategory.php @@ -62,7 +62,7 @@ class RandomPageInCategory { return false; } $this->category = $category->getDBKey(); - return false; + return true; } /** -- 2.20.1