Author: weaverryan
Date: 2010-02-06 18:00:26 +0100 (Sat, 06 Feb 2010)
New Revision: 27617
Modified:
plugins/sfSympalPlugin/trunk/lib/sfSympalRedirecter.class.php
plugins/sfSympalPlugin/trunk/test/fixtures/project/web/sfDoctrinePlugin
Log:
[1.4][sfSympalPlugin][1.0] Correcting my last commit r27614 - Swapped one file
for another.
Modified: plugins/sfSympalPlugin/trunk/lib/sfSympalRedirecter.class.php
===================================================================
--- plugins/sfSympalPlugin/trunk/lib/sfSympalRedirecter.class.php
2010-02-06 11:14:40 UTC (rev 27616)
+++ plugins/sfSympalPlugin/trunk/lib/sfSympalRedirecter.class.php
2010-02-06 17:00:26 UTC (rev 27617)
@@ -17,7 +17,7 @@
public function redirect()
{
- $this->_actions->redirect($this->_getUrlToRedirectTo());
+ $this->_actions->redirect($this->_getUrlToRedirectTo(), 301);
}
private function _getDestinationRoute()
Modified:
plugins/sfSympalPlugin/trunk/test/fixtures/project/web/sfDoctrinePlugin
===================================================================
--- plugins/sfSympalPlugin/trunk/test/fixtures/project/web/sfDoctrinePlugin
2010-02-06 11:14:40 UTC (rev 27616)
+++ plugins/sfSympalPlugin/trunk/test/fixtures/project/web/sfDoctrinePlugin
2010-02-06 17:00:26 UTC (rev 27617)
@@ -1 +1 @@
-link ../../../../../../lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web
\ No newline at end of file
+link ../../../../../symfonysvn/1.4/lib/plugins/sfDoctrinePlugin/web
\ No newline at end of file
--
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.