Skip to content

Commit

Permalink
Merge pull request #5437 from Denitz/5424
Browse files Browse the repository at this point in the history
[#5424] - removing content router inclusion
  • Loading branch information
wilsonge committed Dec 26, 2014
2 parents 0d33a75 + de1fba5 commit b2e1174
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/mod_articles_category/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
defined('_JEXEC') or die;

$com_path = JPATH_SITE . '/components/com_content/';
require_once $com_path . 'router.php';
require_once $com_path . 'helpers/route.php';

JModelLegacy::addIncludePath($com_path . '/models', 'ContentModel');
Expand Down
2 changes: 0 additions & 2 deletions plugins/search/content/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

defined('_JEXEC') or die;

require_once JPATH_SITE . '/components/com_content/router.php';

/**
* Content search plugin.
*
Expand Down

0 comments on commit b2e1174

Please sign in to comment.