Skip to content

Commit

Permalink
Merge pull request #5 from wojsmol/patch-7
Browse files Browse the repository at this point in the history
fix travis error
  • Loading branch information
renekorss committed Jan 21, 2016
2 parents 22f5598 + 0dfe9cd commit 49ad545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/application/administrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public function login($credentials, $options = array())
{
$lang = $this->input->getCmd('lang');

if (strlen($lang)>0)
if (strlen($lang) > 0)
{
$lang = preg_replace('/[^A-Z-]/i', '', $lang);
$this->setUserState('application.lang', $lang);
Expand Down

0 comments on commit 49ad545

Please sign in to comment.