From: Robert Stojnić Date: Sun, 23 Mar 2008 18:08:23 +0000 (+0000) Subject: Pair to r32357, update oracle as well, in case it actually works... X-Git-Tag: 1.31.0-rc.0~48859 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=093d9907f35ffe55f940f2b716a8ab8c8249e5b5;p=lhc%2Fweb%2Fwiklou.git Pair to r32357, update oracle as well, in case it actually works... --- 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';