aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--application/front/controller/admin/ShaarePublishController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/front/controller/admin/ShaarePublishController.php b/application/front/controller/admin/ShaarePublishController.php
index ddcffdc7..18afc2d1 100644
--- a/application/front/controller/admin/ShaarePublishController.php
+++ b/application/front/controller/admin/ShaarePublishController.php
@@ -139,7 +139,7 @@ class ShaarePublishController extends ShaarliAdminController
139 } 139 }
140 140
141 if (!empty($request->getParam('returnurl'))) { 141 if (!empty($request->getParam('returnurl'))) {
142 $this->container->environment['HTTP_REFERER'] = escape($request->getParam('returnurl')); 142 $this->container->environment['HTTP_REFERER'] = $request->getParam('returnurl');
143 } 143 }
144 144
145 return $this->redirectFromReferer( 145 return $this->redirectFromReferer(