fix sort
[web.mtrack] / MTrackWeb.php
index d73c7ed..b78a4d5 100644 (file)
@@ -169,7 +169,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
             */
             // $pd->whereAdd("role != ''");
             
-            $p->orderBy('Projects.name ASC');
+            $p->orderBy('core_project.name ASC');
             unset($p->client_id); // default projects serach enforces this..
             $ar = $p->fetchAll('id', 'name');
         }