21 $siteaccess = eZSiteAccess::current();
24 if ($siteaccess[
'name'] !=
'private') {
30 if (
$http->hasPostVariable(
"CustomActionRemove")) {
32 eZDebug::writeNotice(
"Suppression de l'objet n°`$objectID` depuis le backoffice");
34 $object = eZContentObject::fetch($objectID);
36 $redirection =
$object->mainNode()->fetchParent()->urlAlias();
40 $module->redirectTo($redirection);