diff options
Diffstat (limited to 'mod/bookmarks/start.php')
-rw-r--r-- | mod/bookmarks/start.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/bookmarks/start.php b/mod/bookmarks/start.php index de7a95e8f..880979e6d 100644 --- a/mod/bookmarks/start.php +++ b/mod/bookmarks/start.php @@ -260,9 +260,8 @@ function bookmark_url($entity) { global $CONFIG; $title = $entity->title; - $title = friendly_title($title); + $title = elgg_get_friendly_title($title); return $CONFIG->url . "pg/bookmarks/" . $entity->getOwnerEntity()->username . "/read/" . $entity->getGUID() . "/" . $title; - } /** |