Ok, still not able to duplicate it, but after looking at your screenshot I think I know how to preven it.

Edit admin/doeditwrapper.php. Line 64 looks like this:

if ($wrapper || $wrapper == "0") {

Change that, to this:

if (isset($wrappers[$wrapper])) {