Author: jablko
Date: Thu Oct 28 01:00:05 2010
New Revision: 8610

Log:
Cosmetic change

Modified:
   trunk/plugins/sfHistoryPlugin/lib/sfHistoryPluginFilter.class.php

Modified: trunk/plugins/sfHistoryPlugin/lib/sfHistoryPluginFilter.class.php
==============================================================================
--- trunk/plugins/sfHistoryPlugin/lib/sfHistoryPluginFilter.class.php   Thu Oct 
28 00:57:38 2010        (r8609)
+++ trunk/plugins/sfHistoryPlugin/lib/sfHistoryPluginFilter.class.php   Thu Oct 
28 01:00:05 2010        (r8610)
@@ -18,8 +18,8 @@
     $filterChain->execute();
 
     $user = $this->context->user;
-    $user->setAttribute('moduleName', $this->getContext()->getModuleName(), 
'sfHistoryPlugin');
-    $user->setAttribute('actionName', $this->getContext()->getActionName(), 
'sfHistoryPlugin');
-    $user->setAttribute('currentInternalUri', 
$this->getContext()->getRouting()->getCurrentInternalUri(), 'sfHistoryPlugin');
+    $user->setAttribute('moduleName', $this->context->getModuleName(), 
'sfHistoryPlugin');
+    $user->setAttribute('actionName', $this->context->getActionName(), 
'sfHistoryPlugin');
+    $user->setAttribute('currentInternalUri', 
$this->context->getRouting()->getCurrentInternalUri(), 'sfHistoryPlugin');
   }
 }

-- 
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.

Reply via email to