Uncommited changes synced
[Pman.MTrack] / UserRepos.php
index 2a8d5af..c525575 100644 (file)
@@ -10,7 +10,7 @@ class Pman_MTrack_UserRepos extends Pman {
         return true;
         
     }
-    function get()
+    function get($base, $opts= array())
     {
         $au = DB_DataObject::Factory('Person');
         $au->company_id = $au->sqlValue("(SELECT id from Companies where  comptype='OWNER' LIMIT 1)");