Skip to content

Commit

Permalink
- Fixed Issue : tab/space mix
Browse files Browse the repository at this point in the history
- Dev : find . -name '*.php' ! -type d -exec bash -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;
  • Loading branch information
louis committed Jul 30, 2015
1 parent dc28db3 commit cc8482a
Show file tree
Hide file tree
Showing 30 changed files with 2,026 additions and 2,025 deletions.
2 changes: 1 addition & 1 deletion application/controllers/admin/globalsettings.php
Expand Up @@ -40,7 +40,7 @@ function __construct($controller, $id)
public function index()
{
if (!empty($_POST['action'])) {
$this->_saveSettings();
$this->_saveSettings();
}
$this->_displaySettings();
}
Expand Down

0 comments on commit cc8482a

Please sign in to comment.