gunnar: server/php-kolab/Kolab_Freebusy/Freebusy Cache.php,1.6,1.7

cvs at kolab.org cvs at kolab.org
Wed Feb 20 09:27:46 CET 2008


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Freebusy/Freebusy
In directory doto:/tmp/cvs-serv17700/php-kolab/Kolab_Freebusy/Freebusy

Modified Files:
	Cache.php 
Log Message:
kolab/issue2487 (Incorrect variable name  within Freebusy/Cache.php)

Index: Cache.php
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/Freebusy/Cache.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Cache.php	7 Feb 2008 06:07:02 -0000	1.6
+++ Cache.php	20 Feb 2008 08:27:44 -0000	1.7
@@ -128,7 +128,7 @@
 
     function &loadPartial(&$access, $extended) 
     {
-        $fbfilename = $this->_getFilename($access->folder, $access->owner);
+        $file = $this->_getFilename($access->folder, $access->owner);
 
         $aclcache = &FreeBusyCacheDB_acl::singleton('acl', $this->_cache_dir);
 





More information about the commits mailing list