Fixed format typo that remove a string

This commit is contained in:
2017-12-15 02:26:45 +02:00
parent d3cbea5c82
commit 8ac350e62b
65 changed files with 374 additions and 343 deletions

View File

@ -56,6 +56,7 @@ class ###Component###View###Views### extends JViewLegacy
$this->user = JFactory::getUser();
$this->listOrder = $this->escape($this->state->get('list.ordering'));
$this->listDirn = $this->escape($this->state->get('list.direction'));
$this->saveOrder = $this->listOrder == 'ordering';
// get global action permissions
$this->canDo = ###Component###Helper::getActions('###view###');###JVIEWLISTCANDO###