@@ -403,6 +403,9 @@ discard block |
||
403 | 403 | return $attr; |
404 | 404 | } |
405 | 405 | |
406 | + /** |
|
407 | + * @return string |
|
408 | + */ |
|
406 | 409 | protected function qte_move($attr_row, $action = 'move_up', $steps = 1) |
407 | 410 | { |
408 | 411 | global $db, $table_prefix; |
@@ -530,7 +533,7 @@ discard block |
||
530 | 533 | * Copy a permission (auth) option |
531 | 534 | * |
532 | 535 | * @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. |
|
536 | + * @param string $copy_from If set, contains the id of the permission from which to copy the new one. |
|
534 | 537 | * @param bool $clear_dest_perms True if destination permissions should be deleted |
535 | 538 | * @return null |
536 | 539 | */ |