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

Merge pull request #15 from losedk/meta

Restore META information
This commit is contained in:
George Wilson 2015-02-11 17:56:18 +00:00
commit 6c15ffb9a2

View File

@ -58,6 +58,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();