aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/link.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/embed/views/default/embed/link.php')
-rw-r--r--mod/embed/views/default/embed/link.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/embed/views/default/embed/link.php b/mod/embed/views/default/embed/link.php
index 4ed193047..2bcf48300 100644
--- a/mod/embed/views/default/embed/link.php
+++ b/mod/embed/views/default/embed/link.php
@@ -10,7 +10,7 @@ if (elgg_is_active_plugin('ecml')) {
$active_section = '';
}
-$url = "pg/embed/?{$active_section}internal_name={$vars['internalname']}";
+$url = "pg/embed/?{$active_section}internal_name={$vars['name']}";
$url = elgg_normalize_url($url);
?>