Index: trunk/phase3/includes/Skin.php |
— | — | @@ -335,7 +335,7 @@ |
336 | 336 | $vars['wgLivepreviewMessageError'] = wfMsg( 'livepreview-error' ); |
337 | 337 | } |
338 | 338 | |
339 | | - if($wgUseAjax && $wgAjaxWatch) { |
| 339 | + if($wgUseAjax && $wgAjaxWatch && $wgUser->isLoggedIn() ) { |
340 | 340 | $msgNames = array( 'watch', 'unwatch', 'watching', 'unwatching' ); |
341 | 341 | $msgs = (object)array(); |
342 | 342 | foreach ( array( 'watch', 'unwatch', 'watching', 'unwatching' ) as $msgName ) { |
Index: trunk/extensions/inputbox/inputbox.php |
— | — | @@ -254,4 +254,4 @@ |
255 | 255 | $this->width = 50; |
256 | 256 | } |
257 | 257 | } |
258 | | - |
| 258 | +?> |