Skip to content

Commit

Permalink
FIX #651 Broken redirection after creating new folder in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Parkhill authored and chillu committed Jun 13, 2013
1 parent d2105ef commit c7f1412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/controllers/AssetAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ public function currentPage() {
return $folder;
}
}
$this->setCurrentPageID(null);
return new Folder();
}

Expand Down

0 comments on commit c7f1412

Please sign in to comment.