[pLog-svn] r1081 - plugins/trunk/flickr

mark at devel.plogworld.net mark at devel.plogworld.net
Tue Feb 15 03:15:23 GMT 2005


Author: mark
Date: 2005-02-15 03:14:36 +0000 (Tue, 15 Feb 2005)
New Revision: 1081

Modified:
   plugins/trunk/flickr/pluginflickr.class.php
Log:
fix typo error. Should be $cacheFolder not $tmpFolder

Modified: plugins/trunk/flickr/pluginflickr.class.php
===================================================================
--- plugins/trunk/flickr/pluginflickr.class.php	2005-02-15 02:57:53 UTC (rev 1080)
+++ plugins/trunk/flickr/pluginflickr.class.php	2005-02-15 03:14:36 UTC (rev 1081)
@@ -66,9 +66,9 @@
  
 		function register()
 		{
-			$this->cacheFolder = $this->cacheFolder.'/'.$this->blogInfo->getId();
+			$this->cacheFolder = $this->cacheFolder.'/flickr/'.$this->blogInfo->getId();
 			if( !File::exists( $this->cacheFolder )) {
-			    $this->log->debug( "creating temporary folder".$this->tempFolder );
+			    $this->log->debug( "creating temporary folder".$this->cacheFolder );
 				File::createDir( $this->cacheFolder );
 			}
 		    




More information about the pLog-svn mailing list