mirror of
https://github.com/friendica/friendica
synced 2024-11-14 04:22:55 +00:00
added phpdoc
This commit is contained in:
parent
e46a7cdf80
commit
7047a13ffa
1 changed files with 5 additions and 0 deletions
|
@ -293,6 +293,11 @@ class Update
|
||||||
Logger::log("Database structure update successful.", Logger::TRACE);
|
Logger::log("Database structure update successful.", Logger::TRACE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the current build number of the instance
|
||||||
|
*
|
||||||
|
* @return int the build number
|
||||||
|
*/
|
||||||
private static function getBuild()
|
private static function getBuild()
|
||||||
{
|
{
|
||||||
$build = Config::get('system', 'build');
|
$build = Config::get('system', 'build');
|
||||||
|
|
Loading…
Reference in a new issue