--- includes/kaltura.themeing.inc	Wed Jan 14 16:11:49 2009
+++ includes/kaltura.themeing.inc	Wed Jan 14 17:53:07 2009
@@ -483 +483,2 @@
-    $fix_subject = '      if (window.top.document.getElementById("edit-subject").value == "") ';
+    $fix_subject = '      if(window.top.document.getElementById("edit-subject")) {';
+    $fix_subject .= '      if (window.top.document.getElementById("edit-subject").value == "") ';
@@ -484,0 +486 @@
+    $fix_subject .= ' }';
