Index: kernel/classes/datatypes/ezauthor/ezauthortype.php
===================================================================
--- kernel/classes/datatypes/ezauthor/ezauthortype.php	(revision 24292)
+++ kernel/classes/datatypes/ezauthor/ezauthortype.php	(working copy)
@@ -251,7 +251,7 @@
             case "remove_selected" :
             {
                 $author = $contentObjectAttribute->content( );
-                $postvarname = "ContentObjectAttribute" . "_data_author_remove_" . $contentObjectAttribute->attribute( "id" );
+                $postvarname = $parameters['base_name'] . "_data_author_remove_" . $contentObjectAttribute->attribute( "id" );
                 if ( !$http->hasPostVariable( $postvarname ) )
                     break;
                 $array_remove = $http->postVariable( $postvarname );
