Completed
Push — #12 ( 5132ea...fb1588 )
by Erwan
02:01
created
acp/main_module.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -525,15 +525,15 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.