Skip to content

Commit

Permalink
Delete whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadiy-Sedelnikov committed Oct 15, 2014
1 parent 8598f30 commit 4ab792d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_content/models/category.php
Expand Up @@ -238,7 +238,7 @@ function getItems()
$model->setState('filter.subcategories', $this->getState('filter.subcategories'));
$model->setState('filter.max_category_levels', $this->getState('filter.max_category_levels'));
$model->setState('list.links', $this->getState('list.links'));

$dispatcher = JEventDispatcher::getInstance();
// Include the content plugins for the change of category state event
JPluginHelper::importPlugin('content');
Expand Down

0 comments on commit 4ab792d

Please sign in to comment.