diff options
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: |