Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION

This commit is contained in:
Mikael Nordfeldth
2013-11-01 13:51:41 +01:00
parent 255943d78f
commit f110fc5c9a
104 changed files with 110 additions and 111 deletions

View File

@@ -377,7 +377,7 @@ class HTMLOutputter extends XMLOutputter
if (strpos($src, 'plugins/') === 0 || strpos($src, 'local/') === 0) {
$src = common_path($src, StatusNet::isHTTPS()) . '?version=' . STATUSNET_VERSION;
$src = common_path($src, StatusNet::isHTTPS()) . '?version=' . GNUSOCIAL_VERSION;
} else {
@@ -428,7 +428,7 @@ class HTMLOutputter extends XMLOutputter
$path = '/'.$path;
}
$src = $protocol.'://'.$server.$path.$src . '?version=' . STATUSNET_VERSION;
$src = $protocol.'://'.$server.$path.$src . '?version=' . GNUSOCIAL_VERSION;
}
}
@@ -486,7 +486,7 @@ class HTMLOutputter extends XMLOutputter
}else{
$src = common_path($src, StatusNet::isHTTPS());
}
$src.= '?version=' . STATUSNET_VERSION;
$src.= '?version=' . GNUSOCIAL_VERSION;
}
$this->element('link', array('rel' => 'stylesheet',
'type' => 'text/css',