Skip to content

Commit

Permalink
Removing print version number from check for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aembler committed Apr 18, 2012
1 parent 876f453 commit 9208259
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ function view() {

public function check_for_updates() {
Config::clear('APP_VERSION_LATEST', false);
print Update::getLatestAvailableVersionNumber();
Update::getLatestAvailableVersionNumber();
$this->redirect('/dashboard/system/backup_restore/update');
}

Expand Down

0 comments on commit 9208259

Please sign in to comment.