projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1474bd
)
Hopefully fixed the Mediawiki session bug (where the very first edit didn't work...
author
Roland Mas
<lolando@debian.org>
Wed, 27 Jan 2010 16:44:22 +0000
(16:44 +0000)
committer
Roland Mas
<lolando@debian.org>
Wed, 27 Jan 2010 16:44:22 +0000
(16:44 +0000)
gforge/plugins/mediawiki/www/LocalSettings.php
patch
|
blob
|
history
diff --git
a/gforge/plugins/mediawiki/www/LocalSettings.php
b/gforge/plugins/mediawiki/www/LocalSettings.php
index 2441f6e5318b8cc580d8d21446f63308bc7d86a3..93721fd290622aec72f009e45fac7c4085686769 100644
(file)
--- a/
gforge/plugins/mediawiki/www/LocalSettings.php
+++ b/
gforge/plugins/mediawiki/www/LocalSettings.php
@@
-152,7
+152,8
@@
function FusionForgeMWAuth( &$user, &$result ) {
$user->setCookies ();
$user->saveSettings ();
- } else {
+ wfSetupSession ();
+ } else {
$user->logout ();
}