aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index e4aee58bd..0851a3e5c 100644
--- a/start.php
+++ b/start.php
@@ -358,7 +358,7 @@
$title = $entity->title;
if ($method == 'email') {
$owner = $entity->getOwnerEntity();
- return sprintf(elgg_echo('album:river:created'), $owner->username) . $title . "\n\n" . $descr . "\n\n" . $entity->getURL();
+ return sprintf(elgg_echo('album:river:created'), $owner->name) . ' ' . $title . "\n\n" . $descr . "\n\n" . $entity->getURL();
}
}
return null;