diff options
author | friendica <info@friendica.com> | 2013-01-18 18:03:15 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-18 18:03:15 -0800 |
commit | af5666b791c10aaee68c82009c18e4b55a373937 (patch) | |
tree | 47a9f588dce012291e7a71b32c4420a104d8ebcf | |
parent | 652507dd5065ceff4b71b06ae0835f9a43df3751 (diff) | |
download | volse-hubzilla-af5666b791c10aaee68c82009c18e4b55a373937.tar.gz volse-hubzilla-af5666b791c10aaee68c82009c18e4b55a373937.tar.bz2 volse-hubzilla-af5666b791c10aaee68c82009c18e4b55a373937.zip |
unescaped apostrophe in single quoted string
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |