[pLog-svn] r1107 - plugins/trunk/authimage

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Feb 16 11:12:17 GMT 2005


Author: mark
Date: 2005-02-16 11:12:16 +0000 (Wed, 16 Feb 2005)
New Revision: 1107

Modified:
   plugins/trunk/authimage/pluginauthimage.class.php
Log:
oops. add the getConfig("tmp_folder") back.

Modified: plugins/trunk/authimage/pluginauthimage.class.php
===================================================================
--- plugins/trunk/authimage/pluginauthimage.class.php	2005-02-16 11:02:51 UTC (rev 1106)
+++ plugins/trunk/authimage/pluginauthimage.class.php	2005-02-16 11:12:16 UTC (rev 1107)
@@ -29,6 +29,9 @@
             $this->author = "Mark Wu";
             $this->desc = 'This plugin offers extra comment authentication for pLog. The idea is inspired by <a href="http://www.gudlyf.com/index.php?p=376">WordPress AuthImage Plugin</a> written by Gudlyf.';
 
+            $config =& Config::getConfig();
+            $this->cacheFolder = $config->getValue('temp_folder');
+
             $this->locales = Array( "en_UK" , "zh_TW" );
             
             $this->init();              




More information about the pLog-svn mailing list