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
parent e8f6b416d7
commit 85f5a45951
1 changed files with 1 additions and 0 deletions

View File

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