diff --git a/module/file/control.php b/module/file/control.php index d23018f8d7..9a475e92f9 100644 --- a/module/file/control.php +++ b/module/file/control.php @@ -395,7 +395,7 @@ class file extends control $imageFiles = $this->session->$sessionName; $this->session->set($module . 'ImagesFile', $imageFiles); unset($_SESSION[$sessionName]); - die(js::locate($this->createLink($module, 'batchCreate', helper::safe64Decode($params)), 'parent.parent')); + die(js::locate($this->createLink($module, 'batchCreate', helper::safe64Decode($params)), 'parent')); } if($_FILES)