Code Duplication    Length = 2-2 lines in 2 locations

Sources/Post.php 1 location

@@ 850-851 (lines=2) @@
847
		}
848
849
		// A bit of house keeping first.
850
		if (!empty($_SESSION['temp_attachments']) && count($_SESSION['temp_attachments']) == 1)
851
			unset($_SESSION['temp_attachments']);
852
853
		if (!empty($_SESSION['temp_attachments']))
854
		{

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']))