Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ggppdk committed Jul 25, 2016
1 parent a1381f0 commit 6d16a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_content/views/article/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function display($tpl = null)
// NOTE: we do not recheck for no access-view + show_noauth disabled ... since it was checked above
if ($item->params->get('access-view') == false && !strlen($item->fulltext))
{
if ( $this->user->get('guest') )
if ($this->user->get('guest'))
{
$return = base64_encode(JUri::getInstance());
$login_url_with_return = JRoute::_('index.php?option=com_users&return='.$return);
Expand Down

0 comments on commit 6d16a30

Please sign in to comment.