Merge branch 'QA_5_0'

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-11-22 23:51:59 +01:00
commit 718db2af83
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -83,7 +83,8 @@ class GitRevision
}
$branch = $this->config->get('PMA_VERSION_GIT_BRANCH');
if ($this->config->get('PMA_VERSION_GIT_ISREMOTEBRANCH')) {
$isRemoteBranch = $this->config->get('PMA_VERSION_GIT_ISREMOTEBRANCH');
if ($isRemoteBranch) {
$branch = '<a href="'
. Core::linkURL(
'https://github.com/phpmyadmin/phpmyadmin/tree/'