Author: ornicar2
Date: 2010-02-05 14:12:03 +0100 (Fri, 05 Feb 2010)
New Revision: 27591

Modified:
   plugins/diemPlugin/trunk/dmCorePlugin/lib/log/event/dmEventLog.php
Log:
[Diem]
- event log no more records template cache clear

Modified: plugins/diemPlugin/trunk/dmCorePlugin/lib/log/event/dmEventLog.php
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/lib/log/event/dmEventLog.php  
2010-02-05 12:59:26 UTC (rev 27590)
+++ plugins/diemPlugin/trunk/dmCorePlugin/lib/log/event/dmEventLog.php  
2010-02-05 13:12:03 UTC (rev 27591)
@@ -32,7 +32,6 @@
       'user.sign_in' => 'listenToUserSignInEvent',
       'user.sign_out' => 'listenToUserSignOutEvent',
       'dm.cache.clear' => 'listenToCacheClearEvent',
-      'dm.cache.clear_template' => 'listenToCacheClearTemplateEvent',
       'dm.sitemap.generated' => 'listenToSitemapUpdatedEvent',
       'dm.search.populated' => 'listenToSearchUpdatedEvent',
       'dm.config.updated' => 'listenToConfigUpdatedEvent'
@@ -96,16 +95,6 @@
     ));
   }
   
-  public function listenToCacheClearTemplateEvent(sfEvent $event)
-  {
-    $this->log(array(
-      'server'  => $_SERVER,
-      'action'  => 'clear',
-      'type'    => 'template_cache',
-      'subject' => 'Template cache cleared'
-    ));
-  }
-  
   public function listenToUserSignInEvent(sfEvent $event)
   {
     $this->log(array(

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