diff --git a/inc/Action/Redirect.php b/inc/Action/Redirect.php
index 0e989d1ffed4a9a61e68b159ea036186db3e030f..2e28f45508a4822867d893dd112ff72a5b3b72a9 100644
--- a/inc/Action/Redirect.php
+++ b/inc/Action/Redirect.php
@@ -44,7 +44,7 @@ class Redirect extends AbstractAliasAction {
         trigger_event('ACTION_SHOW_REDIRECT', $opts, array($this, 'redirect'));
 
         // should never be reached
-        throw new ActionAbort();
+        throw new ActionAbort('show');
     }
 
     /**