Author: Jonathan.Wage
Date: 2010-01-17 11:37:02 +0100 (Sun, 17 Jan 2010)
New Revision: 26759
Modified:
plugins/sfSympalPlugin/trunk/lib/core/sfSympalActions.class.php
Log:
[1.4][sfSympalPlugin][1.0] Fixing issue with cache clearing convenience method
Modified: plugins/sfSympalPlugin/trunk/lib/core/sfSympalActions.class.php
===================================================================
--- plugins/sfSympalPlugin/trunk/lib/core/sfSympalActions.class.php
2010-01-17 10:27:05 UTC (rev 26758)
+++ plugins/sfSympalPlugin/trunk/lib/core/sfSympalActions.class.php
2010-01-17 10:37:02 UTC (rev 26759)
@@ -14,6 +14,8 @@
chdir(sfConfig::get('sf_root_dir'));
$task = new sfCacheClearTask($this->getContext()->getEventDispatcher(),
new sfFormatter());
$task->run(array(), $options);
+
+ $this->resetSympalRoutesCache();
}
public function isAjax()
--
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.