mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +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() { /* {{{ */
|
protected function getExtensionsConfFile() { /* {{{ */
|
||||||
return $this->cachedir."/extensions.php";
|
return $this->cachedir."/extensions.php";
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user