Fix r61838: add /common
[lhc/web/wiklou.git] / includes / OutputPage.php
index 7a5e626..49d5f97 100644 (file)
@@ -2590,7 +2590,7 @@ class OutputPage {
 
                $params = array(
                        'type' => $wgJsMimeType,
-                       'src' => "$wgStylePath/jquery.min.js?$wgStyleVersion",
+                       'src' => "$wgStylePath/common/jquery.min.js?$wgStyleVersion",
                );
                if ( !$this->mJQueryDone ) {
                        $this->mJQueryDone = true;