aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-28 16:31:12 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-28 16:31:12 +0000
commit5ef1dd4c79fd5413a1983a4faf96cf3a44c024ba (patch)
tree42582d4537114a9a228bf6c4d79286ebd4610812 /index.php
parenta9010a793da35f76d01edbca97ec40079cc0a9e2 (diff)
downloadelgg-5ef1dd4c79fd5413a1983a4faf96cf3a44c024ba.tar.gz
elgg-5ef1dd4c79fd5413a1983a4faf96cf3a44c024ba.tar.bz2
removed unnecessary quotes
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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