From 093d9907f35ffe55f940f2b716a8ab8c8249e5b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Robert=20Stojni=C4=87?= Date: Sun, 23 Mar 2008 18:08:23 +0000 Subject: [PATCH] Pair to r32357, update oracle as well, in case it actually works... --- includes/SearchOracle.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/SearchOracle.php b/includes/SearchOracle.php index 95c5928897..c9eeb3bc02 100644 --- a/includes/SearchOracle.php +++ b/includes/SearchOracle.php @@ -70,6 +70,8 @@ class SearchOracle extends SearchEngine { * @private */ function queryNamespaces() { + if( is_null($this->namespaces) ) + return ''; $namespaces = implode(',', $this->namespaces); if ($namespaces == '') { $namespaces = '0'; -- 2.20.1