FIX #651 Broken redirection after creating new folder in assets

This commit is contained in:
Mike Parkhill 2013-05-27 17:21:07 +12:00 committed by Ingo Schommer
parent d2105ef7a6
commit c7f14129ea
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ JS
return $folder;
}
}
$this->setCurrentPageID(null);
return new Folder();
}