Fixed to get the same method definition as the parent class.

This commit is contained in:
Loic d'Anterroches
2009-05-28 00:30:10 +02:00
parent 1243a8f6ad
commit 1c8490be6b
2 changed files with 18 additions and 23 deletions

View File

@@ -375,7 +375,6 @@ class IDF_Project extends Pluf_Model
$conf = $this->getConf();
$scm = $conf->getVal('scm', 'git');
$scms = Pluf::f('allowed_scm');
Pluf::loadClass($scms[$scm]);
return call_user_func(array($scms[$scm], 'getAuthAccessUrl'),
$this, $user);
}