MTrackWeb.php
authorAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 08:48:57 +0000 (16:48 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 08:48:57 +0000 (16:48 +0800)
MTrackWeb.php

index d0e65e3..ea6beae 100644 (file)
@@ -192,7 +192,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
     
     function getAuthUser()
     {
-        $u = DB_DataObject::factory('core_project');
+        $u = DB_DataObject::factory('core_person');
         if (!$u->isAuth()) {
             return false;
         }