Skip to content
Snippets Groups Projects
Commit 6a34de2d authored by Anika Henke's avatar Anika Henke
Browse files

added to version info if version is unknown

parent 660299a8
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,8 @@ function getVersionData(){
if($date) $version['date'] = $date;
}
}else{
$version['date'] = 'unknown';
global $updateVersion;
$version['date'] = 'update version '.$updateVersion;
$version['type'] = 'snapshot?';
}
return $version;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment