Follow up r73951
[lhc/web/wiklou.git] / includes / MessageCache.php
index df572c8..69379bc 100644 (file)
@@ -546,7 +546,9 @@ class MessageCache {
                }
 
                $lang = wfGetLangObj( $langcode );
-               if (!$lang) throw new MWException( "Bad lang code $langcode given" );
+               if ( !$lang ) {
+                       throw new MWException( "Bad lang code $langcode given" );
+               }
 
                $langcode = $lang->getCode();