phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc class.http_dav_client.inc.php,1.8


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.http_dav_client.inc.php,1.8
Date: Sun, 20 Feb 2005 16:33:00 +0100

Update of phpgwapi/inc

Modified Files:
     Branch: MAIN
            class.http_dav_client.inc.php lines: +3 -3

Log Message:
silly typo which prevent the cache to work properly :/

====================================================
Index: phpgwapi/inc/class.http_dav_client.inc.php
diff -u phpgwapi/inc/class.http_dav_client.inc.php:1.7 
phpgwapi/inc/class.http_dav_client.inc.php:1.8
--- phpgwapi/inc/class.http_dav_client.inc.php:1.7      Sun Feb 20 14:11:02 2005
+++ phpgwapi/inc/class.http_dav_client.inc.php  Sun Feb 20 15:33:32 2005
@@ -729,7 +729,7 @@
                        if ( isset($this->cached_propfind[$uri]) )
                        {
 if ( DEBUG_CACHEPROP ) _debug_array("Cache hit File/Dir! : $uri");
-                               if ( ($ret = $this->cached_profind[$uri]) == 
404 || $ret == 401)
+                               if ( ($ret = $this->cached_propfind[$uri]) == 
404 || $ret == 401)
                                        return $ret;
                                return $this->http_client->PropFind( $uri, 
$scope);
                        }
@@ -1101,7 +1101,7 @@
                        }
                        else
                        {
-                               $this->cached_profind = array();
+                               $this->cached_propfind = array();
                        }
                }







reply via email to

[Prev in Thread] Current Thread [Next in Thread]