From: Roan Kattouw Date: Tue, 2 Feb 2010 01:06:22 +0000 (+0000) Subject: Fix r61838: add /common X-Git-Tag: 1.31.0-rc.0~37980 X-Git-Url: http://git.cyclocoop.org//%22%22._DIR_PLUGIN_FULLCALENDAR.%22prive/themes/spip/images/event_edit.png/%22?a=commitdiff_plain;h=42135fdcf0cbeeef26dd4fb3126be74c988543db;p=lhc%2Fweb%2Fwiklou.git Fix r61838: add /common --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 7a5e626d1a..49d5f9736d 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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;