Author: ornicar2
Date: 2010-01-27 14:20:52 +0100 (Wed, 27 Jan 2010)
New Revision: 27246

Modified:
   plugins/diemPlugin/trunk/dmAdminPlugin/lib/log/dmEventLogView.php
Log:
[Diem]
- fixed previous commit

Modified: plugins/diemPlugin/trunk/dmAdminPlugin/lib/log/dmEventLogView.php
===================================================================
--- plugins/diemPlugin/trunk/dmAdminPlugin/lib/log/dmEventLogView.php   
2010-01-27 13:18:35 UTC (rev 27245)
+++ plugins/diemPlugin/trunk/dmAdminPlugin/lib/log/dmEventLogView.php   
2010-01-27 13:20:52 UTC (rev 27246)
@@ -18,8 +18,8 @@
   {
     return sprintf('%s%s<br /><span class=light>%s</span>',
       ($username = $entry->get('username')) ? sprintf('<strong 
class="mr10">%s</strong>', $username) : '',
-      $entry->get('ip'),
-      $this->renderIp($entry->get('session_id'))
+      $this->renderIp($entry->get('ip')),
+      $entry->get('session_id')
     );
   }
   

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" 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/symfony-svn?hl=en.

Reply via email to