From cedbd89c7a85b29cadb1c093618090a604a2e730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sat, 14 Dec 2013 19:00:44 +0100 Subject: [PATCH] Another unused variable. re #127 --- base.php | 1 - 1 file changed, 1 deletion(-) diff --git a/base.php b/base.php index 55e23fc..6113256 100644 --- a/base.php +++ b/base.php @@ -721,7 +721,6 @@ class PageQueryResult extends Page public function InitializeContent () { - global $config; $scope = getURLParam ("scope"); if (empty ($scope)) { $this->title = str_format (localize ("search.result"), $this->query);