aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-07-02 11:37:28 +0000
committerCash Costello <cash.costello@gmail.com>2009-07-02 11:37:28 +0000
commit4ef110ba8214ab16277a03ab4439df4ec3b03ab9 (patch)
tree07ca9257dc8642a255588c46c622aa0a9f8af0b1 /start.php
parent46fdfa767062fa42c6ec3dfc6f985afc5ccee08b (diff)
downloadelgg-4ef110ba8214ab16277a03ab4439df4ec3b03ab9.tar.gz
elgg-4ef110ba8214ab16277a03ab4439df4ec3b03ab9.tar.bz2
using display name for notifications
Diffstat (limited to 'start.php')
-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;