Index: /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php
===================================================================
--- /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php	(revision 949)
+++ /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php	(revision 950)
@@ -97,5 +97,5 @@
         }
 
-        if (in_array($wgTitle->getNamespace(), $this->getExcludedNamespaces())) {
+        if (is_object($wgTitle) && in_array($wgTitle->getNamespace(), $this->getExcludedNamespaces())) {
             return true;
         }
