* If you're using a global, remember the global thingy...

This commit is contained in:
Ævar Arnfjörð Bjarmason 2006-01-10 16:19:32 +00:00
parent f09968a4f1
commit 04eb005d4f

View file

@ -87,7 +87,7 @@ class ProtectionForm {
}
function save() {
global $wgRequest, $wgUser;
global $wgRequest, $wgUser, $wgOut;
if( !$wgRequest->wasPosted() ) {
return false;
}
@ -241,4 +241,4 @@ class ProtectionForm {
}
?>
?>