mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Admin/Screenshots
* do not limit screenshot sources Search * display floored maps
This commit is contained in:
@@ -333,7 +333,7 @@ class CommunityContent
|
|||||||
if (!$ids)
|
if (!$ids)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
$tClass = new Util::$typeClasses[$t](array(['id', $ids]));
|
$tClass = new Util::$typeClasses[$t](array(['id', $ids], CFG_SQL_LIMIT_NONE));
|
||||||
foreach ($pages as &$p)
|
foreach ($pages as &$p)
|
||||||
if ($p['type'] == $t)
|
if ($p['type'] == $t)
|
||||||
if ($tClass->getEntry($p['typeId']))
|
if ($tClass->getEntry($p['typeId']))
|
||||||
|
|||||||
@@ -193,6 +193,8 @@ class SearchPage extends GenericPage
|
|||||||
if ($this->mode == CACHE_TYPE_NONE) // search is invalid
|
if ($this->mode == CACHE_TYPE_NONE) // search is invalid
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
$this->addJS('?data=zones&locale='.User::$localeId.'&t='.$_SESSION['dataKey']);
|
||||||
|
|
||||||
$this->performSearch();
|
$this->performSearch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user