? tinymce_ahah.patch
Index: tinymce_ahah.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tinymce_ahah/tinymce_ahah.module,v
retrieving revision 1.1
diff -u -p -r1.1 tinymce_ahah.module
--- tinymce_ahah.module	20 Dec 2008 22:03:22 -0000	1.1
+++ tinymce_ahah.module	6 Jan 2009 01:06:13 -0000
@@ -39,7 +39,7 @@ function tinymce_ahah_process_textarea($
     }
   }
   $oProfile = tinymce_profile_load($sProfileName);
-  if (!_tinymce_page_match($oProfile)) {
+  if (!_tinymce_page_match($oProfileName)) {
     return $aElement;
   }
   
