From 7d48c5edcc0ee7106fc061d00e0a8678459a7ca5 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 30 Jun 2010 17:09:25 +0000 Subject: Embed correctly passes text area name to elggEmbedInsertContent(). git-svn-id: http://code.elgg.org/elgg/trunk@6595 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/embed/start.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod/embed/start.php') diff --git a/mod/embed/start.php b/mod/embed/start.php index a3b811371..29dc78530 100644 --- a/mod/embed/start.php +++ b/mod/embed/start.php @@ -53,11 +53,13 @@ function embed_page_handler($page) { asort($sections, SORT_LOCALE_STRING); asort($upload_sections, SORT_LOCALE_STRING); $active_section = get_input('active_section', NULL); + $internal_name = get_input('internalname', NULL); echo elgg_view('embed/embed', array( 'sections' => $sections, 'active_section' => $active_section, - 'upload_sections' => $upload_sections + 'upload_sections' => $upload_sections, + 'internal_name' => $internal_name )); break; -- cgit v1.2.3