Locate this file:
/manager/actions/mutate_content.dynamic.php
and open it in a text editor
About 3/4 through the file (at line 873) you will find this line
replace that line with these:
<?php } else {
echo <<<HIDDEN
<tr>
<td class="hide3" colspan="2">
<input type="hidden" name="type" value="{$content['type']}" />
<input type="hidden" name="contentType" value="{$content['contentType']}" />
<input type="hidden" name="content_dispo" value="{$content['content_dispo']}" />
</td>
</tr>
HIDDEN;
} ?>
then save/upload the file again.