From af5666b791c10aaee68c82009c18e4b55a373937 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 18 Jan 2013 18:03:15 -0800 Subject: unescaped apostrophe in single quoted string --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index f4c48dd3d..63c7325ea 100644 --- a/boot.php +++ b/boot.php @@ -1258,7 +1258,7 @@ function profile_load(&$a, $nickname, $profile = 0) { require_once('include/permissions.php'); if(! perm_is_allowed($user[0]['channel_id'],$observer['xchan_hash'],'view_profile')) { // permission denied - notice( t(' Sorry, you don't have the permission to view this profile. ') . EOL); + notice( t(' Sorry, you don\'t have the permission to view this profile. ') . EOL); return; } -- cgit v1.2.3