aboutsummaryrefslogtreecommitdiffstats
path: root/mod/siteinfo.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/siteinfo.php')
-rw-r--r--mod/siteinfo.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/siteinfo.php b/mod/siteinfo.php
index b69c56ecb..2ad9f7cde 100644
--- a/mod/siteinfo.php
+++ b/mod/siteinfo.php
@@ -56,6 +56,8 @@ function siteinfo_init(&$a) {
$commit = trim( @shell_exec('git log -1 --format="%h"'));
if(! get_config('system','hidden_tag_siteinfo'))
$tag = trim( @shell_exec('git describe --tags --abbrev=0'));
+ else
+ $tag = '';
}
if(! isset($commit) || strlen($commit) > 16)
$commit = '';