Pushed the constructor into the backend implementation.
This commit is contained in:
@@ -35,6 +35,12 @@ class IDF_Scm_Git extends IDF_Scm
|
||||
* *
|
||||
* ============================================== */
|
||||
|
||||
public function __construct($repo, $project=null)
|
||||
{
|
||||
$this->repo = $repo;
|
||||
$this->project = $project;
|
||||
}
|
||||
|
||||
public function isAvailable()
|
||||
{
|
||||
try {
|
||||
|
Reference in New Issue
Block a user