Author: Jonathan.Wage
Date: 2010-01-14 20:16:39 +0100 (Thu, 14 Jan 2010)
New Revision: 26647

Modified:
   plugins/sfSympalPlugin/trunk/lib/core/sfSympalConfiguration.class.php
   plugins/sfSympalPlugin/trunk/test/fixtures/project/data/fresh_test_db.sqlite
Log:
[1.4][sfSympalPlugin][1.0] Changing clear cache message


Modified: plugins/sfSympalPlugin/trunk/lib/core/sfSympalConfiguration.class.php
===================================================================
--- plugins/sfSympalPlugin/trunk/lib/core/sfSympalConfiguration.class.php       
2010-01-14 18:43:28 UTC (rev 26646)
+++ plugins/sfSympalPlugin/trunk/lib/core/sfSympalConfiguration.class.php       
2010-01-14 19:16:39 UTC (rev 26647)
@@ -59,7 +59,7 @@
 
   public function listenToTaskCacheClear(sfEvent $event)
   {
-    $event->getSubject()->logSection('sympal', 'Clearing Sympal super cache');
+    $event->getSubject()->logSection('sympal', 'Clearing web cache folder');
 
     $cacheDir = sfConfig::get('sf_web_dir').'/cache';
     if (is_dir($cacheDir))

Modified: 
plugins/sfSympalPlugin/trunk/test/fixtures/project/data/fresh_test_db.sqlite
===================================================================
(Binary files differ)

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