--- index.php	Wed Sep 18 14:53:02 2013
+++ index.php	Wed Sep 18 14:53:01 2013
@@ -850,6 +850,14 @@
 
     eZDB::checkTransactionCounter();
 
+/* HACK START: queryString should be passed for renamed objects */
+    $queryString = eZSys::queryString();
+    if( $queryString != '' )
+    {
+        $redirectURI .= $queryString;
+    }
+/* HACK END */
+
     if ( $automatic_redir )
     {
         eZHTTPTool::redirect( $redirectURI, array(), $redirectStatus );
@@ -1093,4 +1101,4 @@
 eZExecution::cleanup();
 eZExecution::setCleanExit();
 
