[pLog-svn] r4499 - in plugins/trunk/unported/feedreader: . class/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jan 4 22:42:15 GMT 2007


Author: oscar
Date: 2007-01-04 22:42:15 +0000 (Thu, 04 Jan 2007)
New Revision: 4499

Modified:
   plugins/trunk/unported/feedreader/class/action/readfeedaction.class.php
   plugins/trunk/unported/feedreader/pluginfeedreader.class.php
Log:
first ported plugin, verified to work with LT 1.2. None of these changes were necessary, but at least the plugin now runs using the LT 1.2 API and without warnings and notices.


Modified: plugins/trunk/unported/feedreader/class/action/readfeedaction.class.php
===================================================================
--- plugins/trunk/unported/feedreader/class/action/readfeedaction.class.php	2007-01-04 22:40:36 UTC (rev 4498)
+++ plugins/trunk/unported/feedreader/class/action/readfeedaction.class.php	2007-01-04 22:42:15 UTC (rev 4499)
@@ -55,7 +55,7 @@
 			$config =& Config::getConfig();
 			$tmpDir = $config->getValue( "temp_folder" );
 			define( "MAGPIE_CACHE_ON", true );
-			define( "MAGPIE_CACHE_DIR", $tmpDir );
+
 			define( "MAGPIE_CACHE_AGE", 3600 );
 			define( "MAGPIE_DEBUG", 0 );
 			

Modified: plugins/trunk/unported/feedreader/pluginfeedreader.class.php
===================================================================
--- plugins/trunk/unported/feedreader/pluginfeedreader.class.php	2007-01-04 22:40:36 UTC (rev 4498)
+++ plugins/trunk/unported/feedreader/pluginfeedreader.class.php	2007-01-04 22:42:15 UTC (rev 4499)
@@ -21,9 +21,7 @@
 			$this->addMenuEntry( "/menu/Manage/manageLinks",      // menu path
 			                     "feedReader",   // menu id
 								 "?op=feedReader",
-								 "feedReader",
-								 true, 
-								 false );
+								 "feedReader" );
 		}
 	}
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list