access control modification functions (item specific - we may need these for several data types)

This commit is contained in:
friendica
2014-06-17 19:21:46 -07:00
parent 6c1304c000
commit 35d42f8626
2 changed files with 36 additions and 0 deletions

View File

@@ -397,3 +397,4 @@ function stream_perms_xchans($perms_min = PERMS_SITE) {
logger('stream_perms_xchans: ' . $str, LOGGER_DEBUG);
return $str;
}