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 @@
3131 }
3232 }
3333
 34+ // Run autoloader (workaround for call_user_func_array bug: http://bugs.php.net/bug.php?id=51329)
 35+ is_callable( $callback );
 36+
3437 return $callback;
3538 }
3639

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