MTrackWeb/Changeset.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 16 Mar 2011 23:25:34 +0000 (07:25 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 16 Mar 2011 23:25:34 +0000 (07:25 +0800)
MTrackWeb/Changeset.php

index e99b212..aaccf03 100644 (file)
@@ -24,7 +24,7 @@ class MTrackWeb_Changeset extends MTrackWeb
     {
         $this->pi = empty($pi) ? '' : ($pi . $this->bootLoader->ext);
        
-        $this->repo = DB_DataObject::factory('repos');
+        $this->repo = DB_DataObject::factory('mtrack_repos');
         $this->cs = $this->repo->loadFromPath($this->pi);