Index: /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php
===================================================================
--- /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php	(revision 561)
+++ /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php	(revision 562)
@@ -106,4 +106,6 @@
             self::$messagesLoaded = true;
         }
+        
+        return true;
     }
 
Index: /MediaWiki/trunk/extensions/FCKeditor/FCKeditorSkin.body.php
===================================================================
--- /MediaWiki/trunk/extensions/FCKeditor/FCKeditorSkin.body.php	(revision 561)
+++ /MediaWiki/trunk/extensions/FCKeditor/FCKeditorSkin.body.php	(revision 562)
@@ -5,4 +5,5 @@
     private $skin;
 
+    /*
 	function makeImageLinkObj( $nt, $label, $alt, $align = '', $params = array(), $framed = false,
 	  $thumb = false, $manual_thumb = '', $valign = '' )
@@ -16,4 +17,5 @@
 		return "<img src=\"{$nt->getFullText()}\"{$width}{$height}{$alt} />";
 	}
+	*/
     
     function makeKnownLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' , $aprops = '', $style = '' )
