[pLog-svn] r955 - plog/trunk/class/net

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Feb 5 18:39:30 GMT 2005


Author: oscar
Date: 2005-02-05 18:39:30 +0000 (Sat, 05 Feb 2005)
New Revision: 955

Modified:
   plog/trunk/class/net/baserequestgenerator.class.php
Log:
whoops, looks like BaseRequestGenerator::getTemplateFile() was there twice!

Modified: plog/trunk/class/net/baserequestgenerator.class.php
===================================================================
--- plog/trunk/class/net/baserequestgenerator.class.php	2005-02-05 18:02:19 UTC (rev 954)
+++ plog/trunk/class/net/baserequestgenerator.class.php	2005-02-05 18:39:30 UTC (rev 955)
@@ -384,18 +384,6 @@
 		}
 		
 		/**
-		 * generates the correct path to a file in the template folder, without having to worry
-		 * whether the template was installed in /templates/ or in /templates/blog_X/
-		 *
-		 * @param file
-		 * @return A string
-		 */
-		function getTemplateFile( $file )
-		{
-        	throw( new Exception( "This function must be implemented by child classes." ));		
-        }
-		
-		/**
 		 * generates a unique atom id for the entry. This is not as easy
 		 * as it sounds, take a look http://diveintomark.org/archives/2004/05/28/howto-atom-id
 		 *




More information about the pLog-svn mailing list