Code Duplication    Length = 2-2 lines in 2 locations

Sources/Subs-Package.php 2 locations

@@ 2907-2908 (lines=2) @@
2904
					return true;
2905
				}
2906
			}
2907
			elseif ($perm_state != 'writable' && isset($_SESSION['pack_ftp']['original_perms'][$chmod_file]))
2908
				unset($_SESSION['pack_ftp']['original_perms'][$chmod_file]);
2909
		}
2910
2911
		// If we're here we're a failure.
@@ 2950-2951 (lines=2) @@
2947
2948
			return true;
2949
		}
2950
		elseif ($perm_state != 'writable' && isset($_SESSION['pack_ftp']['original_perms'][$filename]))
2951
			unset($_SESSION['pack_ftp']['original_perms'][$filename]);
2952
	}
2953
2954
	// Oh dear, we failed if we get here.