Index: trunk/extensions/SemanticFormsInputs/includes/SFI_DatePicker.php |
— | — | @@ -154,7 +154,7 @@ |
155 | 155 | protected function setupJsInitAttribs() { |
156 | 156 | |
157 | 157 | global $sfigSettings; |
158 | | - global $wgAmericanDates; |
| 158 | + global $wgAmericanDates, $wgLang; |
159 | 159 | |
160 | 160 | // store user class(es) for use with buttons |
161 | 161 | $userClasses = array_key_exists( 'class', $this->mOtherArgs ) ? $this->mOtherArgs['class'] : ''; |