@@ -525,15 +525,15 @@ |
||
| 525 | 525 | } |
| 526 | 526 | |
| 527 | 527 | /** |
| 528 | - * Permission Copy |
|
| 529 | - * |
|
| 530 | - * Copy a permission (auth) option |
|
| 531 | - * |
|
| 532 | - * @param string $auth_option The name of the permission (auth) option |
|
| 533 | - * @param int|false $copy_from If set, contains the id of the permission from which to copy the new one. |
|
| 534 | - * @param bool $clear_dest_perms True if destination permissions should be deleted |
|
| 535 | - * @return null |
|
| 536 | - */ |
|
| 528 | + * Permission Copy |
|
| 529 | + * |
|
| 530 | + * Copy a permission (auth) option |
|
| 531 | + * |
|
| 532 | + * @param string $auth_option The name of the permission (auth) option |
|
| 533 | + * @param int|false $copy_from If set, contains the id of the permission from which to copy the new one. |
|
| 534 | + * @param bool $clear_dest_perms True if destination permissions should be deleted |
|
| 535 | + * @return null |
|
| 536 | + */ |
|
| 537 | 537 | private function _copy_permission($auth_option, $copy_from = false, $clear_dest_perms = true) |
| 538 | 538 | { |
| 539 | 539 | global $db, $phpbb_root_path, $phpEx; |