Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaa authored and bharat committed Jun 12, 2013
1 parent 632285e commit 5d8ac64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/info/helpers/info_installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static function install() {
module::set_var("info", "show_owner", 1);
module::set_var("info", "show_name", 1);
module::set_var("info", "show_captured", 1);
module::set_var("info", "show_size", 1);
module::set_var("info", "show_size", 1);
}

static function upgrade($version) {
Expand All @@ -37,7 +37,7 @@ static function upgrade($version) {
module::set_var("info", "show_captured", 1);
module::set_version("info", $version = 2);
}
else if ($version == 2) {
else if ($version == 2) {
module::set_var("info", "show_size", 1);
module::set_version("info", $version = 3);
}
Expand Down

0 comments on commit 5d8ac64

Please sign in to comment.