[20966] Fix typos

Sigurd Nes <[email protected]> Thu, 14 Jan 2010 17:06:41 +0000
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 20966
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20966
Author:   sigurdne
Date:     2010-01-14 17:06:41 +0000 (Thu, 14 Jan 2010)
Log Message:
-----------
Fix typos

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.http_dav_client.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.http_dav_client.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.http_dav_client.inc.php	2010-01-14 17:05:41 UTC (rev 20965)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.http_dav_client.inc.php	2010-01-14 17:06:41 UTC (rev 20966)
@@ -675,7 +675,7 @@
 
 			if (strlen($token)) 
 			{
-				$this->http_client->addHeader('If', '<'.$uri.'>'.' (<'.$token.'>)');
+				$this->http_client->addHeader('If', '<'.$srcUri.'>'.' (<'.$token.'>)');
 			}
 			$result = $this->http_client->Copy( $srcUri, $destUri, $overwrite, $scope);
 			$this->http_client->removeHeader('If');
@@ -708,7 +708,7 @@
 			$this->delete_uri_in_cache($destUri);
 			if (strlen($token)) 
 			{
-				$this->http_client->addHeader('If', '<'.$uri.'>'.' (<'.$token.'>)');
+				$this->http_client->addHeader('If', '<'.$srcUri.'>'.' (<'.$token.'>)');
 			}
 			$result = $this->http_client->Move( $srcUri, $destUri, $overwrite, $scope);
 			$this->http_client->removeHeader('If');