From 5a7b994e59306519574ce7aaa004f08d7d47ee05 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 18 Feb 2016 19:32:06 -0800 Subject: siteinfo regression with Zotlabs\Project - add an autoloader --- mod/siteinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/siteinfo.php b/mod/siteinfo.php index 29c7d7d2c..19b566b73 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -15,7 +15,7 @@ function siteinfo_content(&$a) { $version = sprintf( t('Version %s'), Zotlabs\Project\System::get_project_version()); if(@is_dir('.git') && function_exists('shell_exec')) { $commit = @shell_exec('git log -1 --format="%h"'); - $tag = get_std_version(); // @shell_exec('git describe --tags --abbrev=0'); + $tag = Zotlabs\Project\System::get_std_version(); // @shell_exec('git describe --tags --abbrev=0'); } if(! isset($commit) || strlen($commit) > 16) $commit = ''; -- cgit v1.2.3