X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FInit.php;h=dd5e2d7a852571d53a73219f92e7c3e5e30dd507;hb=90adb4879df6b8b31b3b619d13911a365891ee74;hp=72c10543af21fec779b4a396500b1df1840e5dfa;hpb=1e43667a8552f0916f0935d8bd9893afc8e4c528;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Init.php b/includes/Init.php index 72c10543af..dd5e2d7a85 100644 --- a/includes/Init.php +++ b/includes/Init.php @@ -1,41 +1,59 @@ invokeArgs( null, $args ); + return call_user_func_array( array( $className, $methodName ), $args ); } }