From cfaa89dd2d32bc3c17d55def95a1fd49187e1667 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 6 Feb 2011 19:36:28 +0000 Subject: Fixes #2854 removing my bad idea of auto-appending action in elgg_view_form() git-svn-id: http://code.elgg.org/elgg/trunk@8046 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/file') diff --git a/mod/file/edit.php b/mod/file/edit.php index aa4b60a83..12e910a26 100644 --- a/mod/file/edit.php +++ b/mod/file/edit.php @@ -28,7 +28,7 @@ elgg_set_page_owner_guid($file->getContainerGUID()); $form_vars = array('enctype' => 'multipart/form-data'); $body_vars = file_prepare_form_vars($file); -var_dump($body_vars); + $content = elgg_view_form('file/upload', $form_vars, $body_vars); $body = elgg_view_layout('content', array( -- cgit v1.2.3