John Rayes 12 年之前
父節點
當前提交
5d4e3f2ef0
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Sources/Security.php

+ 2 - 1
Sources/Security.php

@@ -1000,6 +1000,7 @@ function isAllowedTo($permission, $boards = null)
  * If check_access is true will also make sure the group has proper access to that board.
  * @param array $permissions
  * @param bool $check_access = true
+ * @param bool $simple = true
  */
 function boardsAllowedTo($permissions, $check_access = true, $simple = true)
 {
@@ -1012,7 +1013,7 @@ function boardsAllowedTo($permissions, $check_access = true, $simple = true)
 	 * Set $simple to true to use this function as it were in SMF 2.0.x.
 	 * Otherwise, the resultant array becomes split into the multiple
 	 * permissions that were passed. Other than that, it's just the normal
-	 * state of play that yoou're used to.
+	 * state of play that you're used to.
 	 */
 
 	// Administrators are all powerful, sorry.