30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-07 17:00: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()
{
parent::prepareDocument();
$app = JFactory::getApplication();
$menus = $app->getMenu();
$pathway = $app->getPathway();