aboutsummaryrefslogtreecommitdiff
path: root/mod/file
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-06 19:36:28 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-06 19:36:28 +0000
commitcfaa89dd2d32bc3c17d55def95a1fd49187e1667 (patch)
treea33e02e9c3bbd4223849769d806d82873d5f5f34 /mod/file
parentf06582a79a42988934efb810ea26faee5b4c47f4 (diff)
downloadelgg-cfaa89dd2d32bc3c17d55def95a1fd49187e1667.tar.gz
elgg-cfaa89dd2d32bc3c17d55def95a1fd49187e1667.tar.bz2
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
Diffstat (limited to 'mod/file')
-rw-r--r--mod/file/edit.php2
1 files changed, 1 insertions, 1 deletions
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(