aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/item/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/embed/views/default/embed/item/list.php')
-rw-r--r--mod/embed/views/default/embed/item/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/embed/views/default/embed/item/list.php b/mod/embed/views/default/embed/item/list.php
index c45b42e19..8cc60753c 100644
--- a/mod/embed/views/default/embed/item/list.php
+++ b/mod/embed/views/default/embed/item/list.php
@@ -21,7 +21,7 @@ $icon_size = $vars['icon_size'];
// different entity types have different title attribute names.
$title = isset($item->name) ? $item->name : $item->title;
// don't let it be too long
-$title = elgg_make_excerpt($title);
+$title = elgg_get_excerpt($title);
// @todo you can disable plugins that are required by other plugins
// (embed requires ecml) so fallback to a hard-coded check to see if ecml is enabled.