MINOR Typo in AssetAdmin (fixes #6191, thanks Juanitou)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@113695 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-11-14 19:39:03 +00:00 committed by Sam Minnee
parent e8e5c62c5a
commit b8338bc2bc
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ JS;
/**
* Delete a folder
*/
public function deletefolder($data, $ofmr) {
public function deletefolder($data, $form) {
$ids = split(' *, *', $_REQUEST['csvIDs']);
if(!$ids) return false;