MTrack/SCM/Git/Repo.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 7 Mar 2011 10:50:10 +0000 (18:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 7 Mar 2011 10:50:10 +0000 (18:50 +0800)
MTrack/SCM/Git/Repo.php

index 8a4378e..700f1cf 100644 (file)
@@ -2,7 +2,7 @@
 require_once 'MTrack/Repo.php';
 
 
-class MTrack_SCM_Git_Repo extends MTrackRepo 
+class MTrack_SCM_Git_Repo extends MTrack_Repo 
 {
   protected $branches = null;
   protected $tags = null;