diff options
author | friendica <info@friendica.com> | 2013-02-15 14:13:58 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-15 14:13:58 -0800 |
commit | ec3d387a6555243bd948c00b3c6b0c2f110635ac (patch) | |
tree | a0ee1d1738b389e40083f5150f37bbbabaf1b758 /include/items.php | |
parent | b3bc061ae1108510b2bbc8363e8d4e7ee7add773 (diff) | |
download | volse-hubzilla-ec3d387a6555243bd948c00b3c6b0c2f110635ac.tar.gz volse-hubzilla-ec3d387a6555243bd948c00b3c6b0c2f110635ac.tar.bz2 volse-hubzilla-ec3d387a6555243bd948c00b3c6b0c2f110635ac.zip |
public scope
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index bd52b8998..bca1206d2 100755 --- a/include/items.php +++ b/include/items.php @@ -626,6 +626,8 @@ function encode_item($item) { function map_scope($scope) { switch($scope) { + case 0: + return 'self'; case PERMS_PUBLIC: return 'public'; case PERMS_NETWORK: |