From 3bc3a803f8546730105f90940edafc8b674ba7d4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jul 2011 15:49:57 +0800 Subject: [PATCH] MTrackWeb.php --- MTrackWeb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrackWeb.php b/MTrackWeb.php index 5a875d82..9f2ecb41 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -226,7 +226,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page $p = DB_DataObject::factory('Projects'); $p->get($this->currentProject(); - $this->currentProject = $p; + $this->currentProject = $p; /// mix up? -- 2.39.2