[pLog-svn] r6322 - plog/branches/lifetype-1.2/class/template/templatesets

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 08:25:11 EDT 2008


Author: jondaley
Date: 2008-04-28 08:25:11 -0400 (Mon, 28 Apr 2008)
New Revision: 6322

Modified:
   plog/branches/lifetype-1.2/class/template/templatesets/templatefinder.class.php
Log:
ignore other stuff in the svn folder

Modified: plog/branches/lifetype-1.2/class/template/templatesets/templatefinder.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/template/templatesets/templatefinder.class.php	2008-04-28 12:23:21 UTC (rev 6321)
+++ plog/branches/lifetype-1.2/class/template/templatesets/templatefinder.class.php	2008-04-28 12:25:11 UTC (rev 6322)
@@ -44,7 +44,7 @@
 			// regular expression that determines which files should be ignored. This should
 			// be updated every time we add a new folder to the templates/ folder that shouldn't
 			// be considered an additional template!!
-			$ignoreRegexp = '/(LifeType|default|rss|wizard|summary|misc|admin|blog_[0-9]*|^\..+)$/i';
+			$ignoreRegexp = '/(unported|bin|LifeType|default|rss|wizard|summary|misc|admin|blog_[0-9]*|^\..+)$/i';
 			
 			// get base name from the current full path
 			$fileKey = basename( $fileName );



More information about the pLog-svn mailing list