Skip to content

Commit

Permalink
#49 [Hook] fix: remove eprt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Apr 11, 2024
1 parent 68d10df commit a2c7c1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ public function runTrigger($action, $object, User $user, Translate $langs, Conf
// UNASSIGN
case 'SHORTENER_UNASSIGN' :
$actioncomm->label = $langs->trans('ObjectUnAssignTrigger', $langs->transnoentities(ucfirst($object->element)), $object->ref);
echo '<pre>'; print_r( $actioncomm ); echo '</pre>'; exit;
$actioncomm->create($user);
break;

Expand Down

0 comments on commit a2c7c1d

Please sign in to comment.