Skip to content

Commit

Permalink
Update login.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 authored and wilsonge committed Apr 23, 2014
1 parent 6eec85b commit 66f0c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/isis/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
}
<?php // Check if debug is on ?>
<?php if ($app->get('debug_lang') == '1' or $app->get('debug') == '1') : ?>
<?php if ($app->get('debug_lang', 1) || $app->get('debug', 1)) : ?>
.view-login .container {
position: static;
margin-top: 20px;
Expand Down

0 comments on commit 66f0c59

Please sign in to comment.