r79519 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r79518
|
r79519
|
r79520
>
Date:
19:55, 3 January 2011
Author:
soxred93
Status:
ok (
Comments
)
Tags:
Comment:
Run is_callable, just to make sure the autoloader gets called.
Modified paths:
/trunk/phase3/includes/MWFunction.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/MWFunction.php
—
—
@@ -30,6 +30,9 @@
31
31
}
32
32
}
33
33
34
+ // Run autoloader (workaround for call_user_func_array bug: http://bugs.php.net/bug.php?id=51329)
35
+ is_callable( $callback );
36
+
34
37
return $callback;
35
38
}
36
39
Comments
#
Comment by
Aaron Schulz
(
talk
|
contribs
)
21:36, 14 June 2011
Was something having a problem with this?
#
Comment by
X!
(
talk
|
contribs
)
21:42, 14 June 2011
Don't know, that was in the hooks class.
Status & tagging log
21:36, 14 June 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r79519
[
removed:
new
added:
ok]