Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 841)
+++ trunk/CHANGELOG	(revision 842)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.7.1 -------------------------------------
+04-May-2008 Thomas Hornik
+! changed register_backend_modfile() to work with wysiwyg-module, too
 01-May-2008 Thomas Hornik
 #	fixed file-naming issue when old page-names (from before 2.7) contains "&"
 26-Apr-2008 Thomas Hornik
Index: trunk/wb/framework/class.admin.php
===================================================================
--- trunk/wb/framework/class.admin.php	(revision 841)
+++ trunk/wb/framework/class.admin.php	(revision 842)
@@ -350,7 +350,7 @@
 
     		// gather information for all models embedded on actual page
 			$query_modules = $database->query("SELECT module FROM " .TABLE_PREFIX ."sections 
-				WHERE page_id=$page_id AND module<>'wysiwyg'");
+				WHERE page_id=$page_id");
 
     		while($row = $query_modules->fetchRow()) {
 				// check if page module directory contains a backend.js or backend.css file
