Author: sevein
Date: Sun Oct 10 10:07:19 2010
New Revision: 8044
Log:
Fix typo. Fixes issue 1784.
Modified:
trunk/apps/qubit/modules/menu/actions/deleteAction.class.php
Modified: trunk/apps/qubit/modules/menu/actions/deleteAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/menu/actions/deleteAction.class.php Sun Oct
10 10:06:50 2010 (r8043)
+++ trunk/apps/qubit/modules/menu/actions/deleteAction.class.php Sun Oct
10 10:07:19 2010 (r8044)
@@ -32,9 +32,9 @@
if ($request->isMethod('delete'))
{
- if (!$menu->isProtected())
+ if (!$this->menu->isProtected())
{
- $menu->delete();
+ $this->menu->delete();
}
$this->redirect(array('module' => 'menu', 'action' => 'list'));
--
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.com/group/qubit-commits?hl=en.