Author: sevein
Date: Fri Aug 5 16:52:21 2011
New Revision: 9440
Log:
Check action as well
Modified:
trunk/lib/model/QubitMenu.php
Modified: trunk/lib/model/QubitMenu.php
==============================================================================
--- trunk/lib/model/QubitMenu.php Fri Aug 5 12:50:06 2011 (r9439)
+++ trunk/lib/model/QubitMenu.php Fri Aug 5 16:52:21 2011 (r9440)
@@ -197,7 +197,7 @@
// current module
if (preg_match('|^([a-zA-Z]+)/(.+)|', $this->getPath(), $matches))
{
- if ($matches[1] == $currentModule)
+ if ($matches[1] == $currentModule && $matches[2] == $currentAction)
{
$isSelected = true;
}
--
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.