From 60e96102050d1ccc4913753ffda50af0cd9337b7 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 6 Jul 2010 20:20:09 +0000 Subject: Updated documentation for embed. Fixed bug passing internal_name for elggEmbedInsertContent(). Showing a message if no embedable items are returned. git-svn-id: http://code.elgg.org/elgg/trunk@6644 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/embed/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/embed/start.php') diff --git a/mod/embed/start.php b/mod/embed/start.php index 29dc78530..99d620746 100644 --- a/mod/embed/start.php +++ b/mod/embed/start.php @@ -53,7 +53,7 @@ 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); + $internal_name = get_input('internal_name', NULL); echo elgg_view('embed/embed', array( 'sections' => $sections, -- cgit v1.2.3