X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=gwvplib%2Fgwvpgitwebservice.php;fp=gwvplib%2Fgwvpgitwebservice.php;h=57d0881f3eaa10e29b5c97faef6ce2badb42cc01;hp=7c34d9b07bfaca1dd2dd98f21b0a9ceeaa726b6a;hb=1283f0d8043b7aafc4edd1c4627d465a92355a49;hpb=f7748ec924c30b4472132dabcf318d3c420a1a15 diff --git a/gwvplib/gwvpgitwebservice.php b/gwvplib/gwvpgitwebservice.php index 7c34d9b..57d0881 100644 --- a/gwvplib/gwvpgitwebservice.php +++ b/gwvplib/gwvpgitwebservice.php @@ -136,7 +136,7 @@ function gwvp_gitBackendInterface() return; } else { $perms = gwvp_resolvRepoPerms(gwvp_getUserId(null, $person), $repoid); - if($perms < 3) { + if($perms < 2) { $dump = print_r($person, true); error_log("in basic read, called 403 for $perms $dump"); gwvp_fourZeroThree();