Author: mahono
Date: 2010-02-01 14:52:23 +0100 (Mon, 01 Feb 2010)
New Revision: 27379
Modified:
plugins/sfSympalPlugin/trunk/lib/user/sfSympalUser.class.php
Log:
[1.4][sfSympalPlugin][1.0] Fixes a problem in the user class (which is still an
issue in the sfDoctrineGuardPlugin)
Modified: plugins/sfSympalPlugin/trunk/lib/user/sfSympalUser.class.php
===================================================================
--- plugins/sfSympalPlugin/trunk/lib/user/sfSympalUser.class.php
2010-02-01 03:47:52 UTC (rev 27378)
+++ plugins/sfSympalPlugin/trunk/lib/user/sfSympalUser.class.php
2010-02-01 13:52:23 UTC (rev 27379)
@@ -83,6 +83,9 @@
// the user does not exist anymore in the database
$this->signOut();
+ // make sure that the session data is written
+ $this->shutdown();
+
throw new sfException('The user does not exist anymore in the
database.');
}
}
--
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.