Pass OutputPage instance to MakeGlobalVariablesScript. Allows extensions to getTitle...
[lhc/web/wiklou.git] / includes / OutputPage.php
index a957e54..a45a3ad 100644 (file)
@@ -2658,7 +2658,7 @@ $distantTemplates
                }
 
                // Allow extensions to add their custom variables to the global JS variables
-               wfRunHooks( 'MakeGlobalVariablesScript', array( &$vars ) );
+               wfRunHooks( 'MakeGlobalVariablesScript', array( &$vars, &$this ) );
 
                return $vars;
        }