errorhandler improvement

This commit is contained in:
kremsy
2014-02-15 18:26:31 +01:00
committed by Steffen Schröder
parent 9d56ed209a
commit e1eeee1e4c
2 changed files with 36 additions and 12 deletions

View File

@ -225,6 +225,15 @@ class UpdateManager implements CallbackListener, CommandListener, TimerListener
return $fileContent;
}
/**
* Get the CurrentBuildDate
*
* @return string
*/
public function getCurrentBuildDate() {
return $this->currentBuildDate;
}
/**
* Set the Build Date of the local Nightly Build Version
*