summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/auth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/auth.php b/inc/auth.php
index d497c89d6..d0f813aa6 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -403,7 +403,7 @@ function auth_isadmin($user=null,$groups=null){
*
* @author Andreas Gohr <andi@splitbrain.org>
*
- * @param string $id page ID
+ * @param string $id page ID (needs to be resolved and cleaned)
* @return int permission level
*/
function auth_quickaclcheck($id){
@@ -420,7 +420,7 @@ function auth_quickaclcheck($id){
*
* @author Andreas Gohr <andi@splitbrain.org>
*
- * @param string $id page ID
+ * @param string $id page ID (needs to be resolved and cleaned)
* @param string $user Username
* @param array $groups Array of groups the user is in
* @return int permission level