1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

News search LAN fix.

This commit is contained in:
Cameron
2017-03-18 12:24:01 -07:00
parent ab79296f4c
commit 209018fb26
3 changed files with 3 additions and 3 deletions

View File

@@ -980,7 +980,7 @@ class search extends e_shortcode
$this->result_flag = intval($_GET['r']);
$this->doSearch = true;
}
return $this->query;
}