DataObjects/Mtrack_change.php
authorAlan Knowles <alan@roojs.com>
Mon, 31 Dec 2018 04:00:31 +0000 (12:00 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 31 Dec 2018 04:00:31 +0000 (12:00 +0800)
DataObjects/Mtrack_change.php

index 7c23996..6dd5f46 100644 (file)
@@ -571,6 +571,9 @@ class Pman_MTrack_DataObjects_Mtrack_change extends DB_DataObject
         if (!$mc->find(true)) {
             return array();
         }
+        // got the repo.. and the commit..
+        
+        $repo = $mc->object();