diff --git a/inc/inc.ClassExtensionMgr.php b/inc/inc.ClassExtensionMgr.php index 9d1485e65..eadf445cb 100644 --- a/inc/inc.ClassExtensionMgr.php +++ b/inc/inc.ClassExtensionMgr.php @@ -119,6 +119,10 @@ class SeedDMS_Extension_Mgr { } } /* }}} */ + public function getRepositoryUrl() { /* {{{ */ + return $this->reposurl; + } /* }}} */ + protected function getExtensionsConfFile() { /* {{{ */ return $this->cachedir."/extensions.php"; } /* }}} */