[pLog-svn] r848 - plog/trunk/class/controller

ork at devel.plogworld.net ork at devel.plogworld.net
Wed Jan 26 10:21:49 GMT 2005


Author: ork
Date: 2005-01-26 10:21:49 +0000 (Wed, 26 Jan 2005)
New Revision: 848

Modified:
   plog/trunk/class/controller/resourceclassloader.class.php
Log:
removed the <br> .. this one's from older days, eh? ;)


Modified: plog/trunk/class/controller/resourceclassloader.class.php
===================================================================
--- plog/trunk/class/controller/resourceclassloader.class.php	2005-01-26 10:11:45 UTC (rev 847)
+++ plog/trunk/class/controller/resourceclassloader.class.php	2005-01-26 10:21:49 UTC (rev 848)
@@ -99,7 +99,7 @@
 				// build up the file name
 				$fileName = $path.strtolower($actionClassName).$this->_classFileSuffix;
 				// and see if it exists and can be loaded
-				$this->log->debug("trying to load file: $fileName<br/>");
+				$this->log->debug("trying to load file: $fileName");
 				if( File::exists( $fileName ) && File::isReadable( $fileName )) {
 					include_once( $fileName );
 					$loaded = true;
@@ -118,4 +118,4 @@
 			return true;
 		}
 	}
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list