From 5ef1dd4c79fd5413a1983a4faf96cf3a44c024ba Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 28 Mar 2009 16:31:12 +0000 Subject: removed unnecessary quotes --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 0ba8a6c51..721e91866 100644 --- a/index.php +++ b/index.php @@ -32,7 +32,7 @@ } //set the title - $title = sprintf(elgg_echo('album:user'), "$owner->name"); + $title = sprintf(elgg_echo('album:user'), $owner->name); $area2 = elgg_view_title($title); // Get objects -- cgit v1.2.3