errorhandler improvement
This commit is contained in:
committed by
Steffen Schröder
parent
9d56ed209a
commit
e1eeee1e4c
@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user