aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/start.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-06 20:20:09 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-06 20:20:09 +0000
commit60e96102050d1ccc4913753ffda50af0cd9337b7 (patch)
tree159fa7d847b20802fe2492845a342c697926a70c /mod/embed/start.php
parent45aad80a5b28177a1897ca661f4ae03dae90fb2b (diff)
downloadelgg-60e96102050d1ccc4913753ffda50af0cd9337b7.tar.gz
elgg-60e96102050d1ccc4913753ffda50af0cd9337b7.tar.bz2
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
Diffstat (limited to 'mod/embed/start.php')
-rw-r--r--mod/embed/start.php2
1 files changed, 1 insertions, 1 deletions
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,