Skip to content

Commit

Permalink
change spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintedwards committed Jun 3, 2017
1 parent 453742e commit 2053caa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugins/system/log/log.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ public function onUserLoginFailure($response)
}

JLog::addLogger(array(), JLog::INFO);
try
{
JLog::add($errorlog['comment'], JLog::INFO, $errorlog['status']);
}
catch (Exception $e)
{
// If the log file is unwriteable during login then we should not go to the error page
return;
}
try
{
JLog::add($errorlog['comment'], JLog::INFO, $errorlog['status']);
}
catch (Exception $e)
{
// If the log file is unwriteable during login then we should not go to the error page
return;
}
}
}

0 comments on commit 2053caa

Please sign in to comment.