Skip to content

Commit

Permalink
client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Feb 27, 2016
1 parent 93e6749 commit 313cd1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function display($tpl = null)
*/
protected function addToolbar()
{
$clientText = ((int) $this->state->get('filter.client_id') === 1) ? JText::_('JADMINISTRATOR') : JText::_('JSITE');
$clientText = ((int) $this->state->get('client_id') === 1) ? JText::_('JADMINISTRATOR') : JText::_('JSITE');

JToolbarHelper::title(JText::sprintf('COM_MODULES_MANAGER_MODULES_TITLE', $clientText), 'cube module');

Expand Down

0 comments on commit 313cd1a

Please sign in to comment.