Skip to content

Commit

Permalink
redirect links view updated to use jpluginhelper code and get id from…
Browse files Browse the repository at this point in the history
… redirect helper
  • Loading branch information
shamsbd71 committed Jul 6, 2015
1 parent 0c739d4 commit d5cba75
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ class RedirectViewLinks extends JViewLegacy
*/
public function display($tpl = null)
{
$this->enabled = RedirectHelper::isEnabled();
$this->enabled = JPluginHelper::isEnabled('system','redirect');
$this->collect_urls_enabled = RedirectHelper::collectUrlsEnabled();
$this->redirectpluginid = RedirectHelper::getRedirectPluginId();
$this->items = $this->get('Items');
Expand Down

0 comments on commit d5cba75

Please sign in to comment.