Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -28,9 +28,9 @@ |
29 | 29 | var $mContainsOldMagic = 0, $mContainsNewMagic = 0; |
30 | 30 | var $mIsArticleRelated = true; |
31 | 31 | protected $mParserOptions = null; // lazy initialised, use parserOptions() |
32 | | - |
| 32 | + |
33 | 33 | var $mFeedLinks = array(); |
34 | | - |
| 34 | + |
35 | 35 | var $mEnableClientCache = true; |
36 | 36 | var $mArticleBodyOnly = false; |
37 | 37 | |
— | — | @@ -306,7 +306,7 @@ |
307 | 307 | } |
308 | 308 | } |
309 | 309 | //build the actual unique request id: |
310 | | - $uriParam = "&urid={$wgStyleVersion}"; |
| 310 | + $uriParam .= "&urid={$wgStyleVersion}"; |
311 | 311 | |
312 | 312 | // Add the file modification time if set |
313 | 313 | if( $ftime != 0 ) |