Skip to content

Commit

Permalink
Coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubik-Rubik committed Apr 17, 2014
1 parent 1ab562a commit 2700b8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Expand Up @@ -16,9 +16,9 @@
JHtml::_('behavior.multiselect');
JHtml::_('formbehavior.chosen', 'select');

$user = JFactory::getUser();
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));
$user = JFactory::getUser();
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));
?>

<form action="<?php echo JRoute::_('index.php?option=com_redirect&view=links'); ?>" method="post" name="adminForm" id="adminForm">
Expand Down
Expand Up @@ -35,11 +35,11 @@ class RedirectViewLinks extends JViewLegacy
*/
public function display($tpl = null)
{
$this->enabled = RedirectHelper::isEnabled();
$this->enabled = RedirectHelper::isEnabled();
$this->collect_urls_enabled = RedirectHelper::collectUrlsEnabled();
$this->items = $this->get('Items');
$this->pagination = $this->get('Pagination');
$this->state = $this->get('State');
$this->items = $this->get('Items');
$this->pagination = $this->get('Pagination');
$this->state = $this->get('State');

// Check for errors.
if (count($errors = $this->get('Errors')))
Expand Down

0 comments on commit 2700b8e

Please sign in to comment.