Code Duplication    Length = 1-1 lines in 2 locations

api/src/Mail.php 2 locations

@@ 236-236 (lines=1) @@
233
			}
234
			if ($profileID!=$_profileID) $_restoreSession==false;
235
			$_profileID=$profileID;
236
			if (self::$debug) error_log(__METHOD__.' ('.__LINE__.') '.' called with profileID==0 using '.$profileID.' instead->'.function_backtrace());
237
		}
238
		// no validation or restoreSession for old ImapServer Object, just fetch it and return it
239
		if ($_oldImapServerObject===true)
@@ 2422-2422 (lines=1) @@
2419
	 */
2420
	function createFolder($_parent, $_folderName, &$_error)
2421
	{
2422
		if (self::$debug) error_log(__METHOD__.' ('.__LINE__.') '."->"."$_parent, $_folderName called from:".function_backtrace());
2423
		$parent		= $_parent;//$this->_encodeFolderName($_parent);
2424
		$folderName	= $_folderName;//$this->_encodeFolderName($_folderName);
2425