aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-15 14:13:58 -0800
committerfriendica <info@friendica.com>2013-02-15 14:13:58 -0800
commitec3d387a6555243bd948c00b3c6b0c2f110635ac (patch)
treea0ee1d1738b389e40083f5150f37bbbabaf1b758 /include/items.php
parentb3bc061ae1108510b2bbc8363e8d4e7ee7add773 (diff)
downloadvolse-hubzilla-ec3d387a6555243bd948c00b3c6b0c2f110635ac.tar.gz
volse-hubzilla-ec3d387a6555243bd948c00b3c6b0c2f110635ac.tar.bz2
volse-hubzilla-ec3d387a6555243bd948c00b3c6b0c2f110635ac.zip
public scope
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
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: