You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ku...@apache.org on 2009/04/30 08:46:40 UTC

svn commit: r770089 - /incubator/log4php/trunk/src/main/php/LoggerManager.php

Author: kurdalen
Date: Thu Apr 30 06:46:39 2009
New Revision: 770089

URL: http://svn.apache.org/viewvc?rev=770089&view=rev
Log:
fixed syntax error (please always run the test suite before checkin, at least as a smoke test)

Modified:
    incubator/log4php/trunk/src/main/php/LoggerManager.php

Modified: incubator/log4php/trunk/src/main/php/LoggerManager.php
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/LoggerManager.php?rev=770089&r1=770088&r2=770089&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/LoggerManager.php (original)
+++ incubator/log4php/trunk/src/main/php/LoggerManager.php Thu Apr 30 06:46:39 2009
@@ -41,7 +41,7 @@
  */
 class LoggerManager {
 	/** Private to prevent instantiation */
-	private __construct() {
+	private function __construct() {
 	}
 
 	private static $_classes = array(