r27758 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r27757
|
r27758
|
r27759
>
Date:
15:50, 22 November 2007
Author:
nikerabbit
Status:
old
Tags:
Comment:
Variables must be always initialized to prevent security issues when register_globals is on. Users can still customize the variable in localsettings.
Modified paths:
/trunk/extensions/EditOwn/EditOwn.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/EditOwn/EditOwn.php
—
—
@@ -33,6 +33,7 @@
34
34
35
35
$wgHooks['userCan'][] = 'EditOwn';
36
36
37
+$wgEditOwnExcludedNamespaces = array();
37
38
38
39
function EditOwn($title, $user, $action, &$result)
39
40
{
Status & tagging log
15:22, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r27758
[
removed:
ok
added:
old]