Tooltips/Itemset

* handle enforced locale as espected
This commit is contained in:
Sarjuuk
2015-08-04 23:23:37 +02:00
parent a0887f189f
commit bfa1f261e0

View File

@@ -25,6 +25,10 @@ class ItemsetPage extends GenericPage
{
parent::__construct($pageCall, $id);
// temp locale
if ($this->mode == CACHE_TYPE_TOOLTIP && isset($_GET['domain']))
Util::powerUseLocale($_GET['domain']);
$this->typeId = intVal($id);
$this->subject = new ItemsetList(array(['id', $this->typeId]));