mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Tooltips/Itemset
* handle enforced locale as espected
This commit is contained in:
@@ -25,6 +25,10 @@ class ItemsetPage extends GenericPage
|
|||||||
{
|
{
|
||||||
parent::__construct($pageCall, $id);
|
parent::__construct($pageCall, $id);
|
||||||
|
|
||||||
|
// temp locale
|
||||||
|
if ($this->mode == CACHE_TYPE_TOOLTIP && isset($_GET['domain']))
|
||||||
|
Util::powerUseLocale($_GET['domain']);
|
||||||
|
|
||||||
$this->typeId = intVal($id);
|
$this->typeId = intVal($id);
|
||||||
|
|
||||||
$this->subject = new ItemsetList(array(['id', $this->typeId]));
|
$this->subject = new ItemsetList(array(['id', $this->typeId]));
|
||||||
|
|||||||
Reference in New Issue
Block a user