mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
Merge pull request #3876 from tobiasd/2017107-followup3874
add version info to notification text
This commit is contained in:
commit
669dafcf22
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ function admin_page_summary(App $a) {
|
|||
if (Config::get('system', 'check_new_version_url', 'none') != 'none' ) {
|
||||
$gitversion = Config::get('system','git_friendica_version');
|
||||
if (version_compare(FRIENDICA_VERSION, $gitversion) < 0) {
|
||||
$warningtext[] = t('There is a new version of Friendica available for download.');
|
||||
$warningtext[] = sprintf(t('There is a new version of Friendica available for download. Your current version is %1$s, upstream version is %2$s'), $FRIENDICA_VERSION, $gitversion);
|
||||
$showwarning = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue