Code Duplication    Length = 2-2 lines in 2 locations

Sources/Attachments.php 1 location

@@ 163-164 (lines=2) @@
160
		}
161
162
		// A bit of house keeping first.
163
		if (!empty($_SESSION['temp_attachments']) && count($_SESSION['temp_attachments']) == 1)
164
			unset($_SESSION['temp_attachments']);
165
166
		// Our infamous SESSION var, we are gonna have soo much fun with it!
167
		if (!isset($_SESSION['temp_attachments']))

Sources/Post.php 1 location

@@ 910-911 (lines=2) @@
907
		}
908
909
		// A bit of house keeping first.
910
		if (!empty($_SESSION['temp_attachments']) && count($_SESSION['temp_attachments']) == 1)
911
			unset($_SESSION['temp_attachments']);
912
913
		if (!empty($_SESSION['temp_attachments']))
914
		{