Index: ckeditor.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/ckeditor/ckeditor.module,v
retrieving revision 1.4.2.2
diff -u -p -r1.4.2.2 ckeditor.module
--- ckeditor.module	16 Dec 2009 11:31:24 -0000	1.4.2.2
+++ ckeditor.module	17 Dec 2009 02:10:47 -0000
@@ -991,7 +991,7 @@ function ckeditor_get_nodetype($get_q) {
 
     if ($nodetype == '*') {
       $get_q = explode("/", $get_q, 3);
-      if ($get_q[0] == "node" && $get_q[1] == "add" && !empty($get_q[2])) {
+      if ($get_q[0] == "node" && !empty($get_q[1]) && $get_q[1] == "add" && !empty($get_q[2])) {
         $nodetype = $get_q[2];
       }
     }
