Skip to content

Commit

Permalink
Update templates.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Dec 22, 2014
1 parent 3dd3de7 commit 156d61c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion administrator/components/com_templates/models/templates.php
Expand Up @@ -59,10 +59,12 @@ public function getItems()

foreach ($items as &$item)
{
$client = JApplicationHelper::getClientInfo($item->client_id);
$client = JApplicationHelper::getClientInfo($item->client_id);
$item->xmldata = TemplatesHelper::parseXMLTemplateFile($client->path, $item->element);
}

unset($item);

return $items;
}

Expand Down

0 comments on commit 156d61c

Please sign in to comment.