We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4a15db + 19dd9f8 commit d6cfd79Copy full SHA for d6cfd79
1 file changed
www/includes/easyparliament/searchengine.php
@@ -66,7 +66,7 @@ class SEARCHENGINE {
66
*/
67
public function __construct($query) {
68
if (!defined('XAPIANDB') || !XAPIANDB) {
69
- return NULL;
+ return;
70
}
71
72
$this->query = $query;
0 commit comments