summaryrefslogtreecommitdiff
path: root/actions/deletenotice.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/deletenotice.php')
-rw-r--r--actions/deletenotice.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/deletenotice.php b/actions/deletenotice.php
index d4b8e50e5..fc4a74eac 100644
--- a/actions/deletenotice.php
+++ b/actions/deletenotice.php
@@ -134,6 +134,10 @@ class DeletenoticeAction extends DeleteAction
$url = common_get_returnto();
+
+ $urlval = ($url) ? $url : 'null';
+ common_debug("deleteNotice() - returnto url = $urlval");
+
if ($url) {
common_set_returnto(null);
} else {