30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 06:50:49 +00:00

Restore META

This commit is contained in:
Peter Lose 2014-10-17 16:29:56 +02:00
parent e2c472aca8
commit c7dfabb284

View File

@ -60,6 +60,8 @@ class WeblinksViewCategory extends JViewCategory
*/ */
protected function prepareDocument() protected function prepareDocument()
{ {
parent::prepareDocument();
$app = JFactory::getApplication(); $app = JFactory::getApplication();
$menus = $app->getMenu(); $menus = $app->getMenu();
$pathway = $app->getPathway(); $pathway = $app->getPathway();