[CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL

This commit is contained in:
Diogo Cordeiro
2019-11-21 00:21:22 +00:00
parent 1b429dd2e5
commit b730582336
110 changed files with 112 additions and 111 deletions

View File

@@ -173,7 +173,7 @@ class InProcessCachePlugin extends Plugin
*/
public function onPluginVersion(array &$versions): bool
{
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/InProcessCache';
$url = GNUSOCIAL_ENGINE_REPO_URL . 'tree/master/plugins/InProcessCache';
$versions[] = array('name' => 'InProcessCache',
'version' => self::PLUGIN_VERSION,