Oops wrong spaces.
authorStéphane Jacob <sj@m4x.org>
Tue, 13 Sep 2011 09:30:48 +0000 (11:30 +0200)
committerStéphane Jacob <sj@m4x.org>
Tue, 13 Sep 2011 09:30:48 +0000 (11:30 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
classes/plsession.php

index 31200a0..338147a 100644 (file)
@@ -28,7 +28,7 @@ define('AUTH_PUBLIC', 0);
 define('AUTH_COOKIE', 5);
 define('AUTH_PASSWD', 10);
 // Backwards compatibility: AUTH_MDP must be an alias for AUTH_PASSWD.
-define('AUTH_MDP',    10);
+define('AUTH_MDP',    10);
 
 
 /** The PlSession is a wrapper around the user session management.