Index: trunk/phase3/languages/Language.php |
— | — | @@ -2382,6 +2382,8 @@ |
2383 | 2383 | return self::$mLocalisationCache[$code]['deps']; |
2384 | 2384 | } |
2385 | 2385 | } |
| 2386 | + } else { |
| 2387 | + $cache = false; |
2386 | 2388 | } |
2387 | 2389 | |
2388 | 2390 | # Try the global cache |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -321,6 +321,7 @@ |
322 | 322 | * (bug 18289) Database connection error page now returns correct HTML |
323 | 323 | * "successbox", "errorbox" and related CSS classes are now available in all |
324 | 324 | skins |
| 325 | +* Fixed a PHP notice when $wgEnableSerializedMessages was set to false |
325 | 326 | |
326 | 327 | == API changes in 1.15 == |
327 | 328 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |