X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=MTrackWeb%2FGitlive.php;h=3db2ba247d7d7a93ebd2ac0f47cd5ee3088d4d64;hb=530fed50a5b08359fd7572c2d353496ad762d595;hp=6ec12c523c57c3dd99a7fef47703523c20417635;hpb=903dc06b7950c4911a20ed016ce3f15f3545d2a3;p=web.mtrack diff --git a/MTrackWeb/Gitlive.php b/MTrackWeb/Gitlive.php index 6ec12c52..3db2ba24 100644 --- a/MTrackWeb/Gitlive.php +++ b/MTrackWeb/Gitlive.php @@ -18,7 +18,7 @@ class MTrackWeb_Gitlive extends MTrackWeb if (!isset($_SERVER['PHP_AUTH_USER'])) { $this->h401(); } - $u = DB_DataObject::factory('Person'); + $u = DB_DataObject::factory('core_person'); //$u->active = 1; $u->whereAdd('LENGTH(passwd) > 1'); //$u->company_id = $this->company->id;