Author: david
Date: Wed Nov 4 14:15:26 2009
New Revision: 3868
Log:
Change QubitMenu->reset() call to ->clear(). Fixes issue #1109.
Modified:
trunk/lib/model/QubitMenu.php
Modified: trunk/lib/model/QubitMenu.php
==============================================================================
--- trunk/lib/model/QubitMenu.php Wed Nov 4 00:11:57 2009 (r3867)
+++ trunk/lib/model/QubitMenu.php Wed Nov 4 14:15:26 2009 (r3868)
@@ -367,7 +367,7 @@
}
// Refresh moved object to get up-to-date data from db
- $this->refresh();
+ $this->clear();
}
return $this;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---