mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
new method getRepositoryUrl()
This commit is contained in:
parent
7be573cac9
commit
f6a506ff92
|
@ -119,6 +119,10 @@ class SeedDMS_Extension_Mgr {
|
|||
}
|
||||
} /* }}} */
|
||||
|
||||
public function getRepositoryUrl() { /* {{{ */
|
||||
return $this->reposurl;
|
||||
} /* }}} */
|
||||
|
||||
protected function getExtensionsConfFile() { /* {{{ */
|
||||
return $this->cachedir."/extensions.php";
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user