Code Duplication    Length = 1-1 lines in 2 locations

api/src/Mail.php 2 locations

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