diff options
author | friendica <info@friendica.com> | 2012-10-28 20:01:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-28 20:01:36 -0700 |
commit | d0d8971a69040c9dfd0d53a346135979b881c020 (patch) | |
tree | ab7255bfffd1731aa66003fb11bb61809a6dd02c /include/permissions.php | |
parent | 4bcf19632bc5158095a5d2d5d63dea1b25b146b7 (diff) | |
download | volse-hubzilla-d0d8971a69040c9dfd0d53a346135979b881c020.tar.gz volse-hubzilla-d0d8971a69040c9dfd0d53a346135979b881c020.tar.bz2 volse-hubzilla-d0d8971a69040c9dfd0d53a346135979b881c020.zip |
start to use our permissions for stuff
Diffstat (limited to 'include/permissions.php')
-rw-r--r-- | include/permissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/permissions.php b/include/permissions.php index 162f8a71c..d48e98c41 100644 --- a/include/permissions.php +++ b/include/permissions.php @@ -155,7 +155,7 @@ function get_all_perms($uid,$observer) { } -function perm_is_allowed($uid,$observer,$perm_to_check) { +function perm_is_allowed($uid,$observer,$permission) { global $global_perms; |