Author: Tobias Schlitt Date: 2007-04-15 08:56:43 +0200 (Sun, 15 Apr 2007) New Revision: 4885
Log: - Fixed issue #10620: ezcConsoleProgressMonitor->__set() issues warning. # Test follows. Modified: trunk/ConsoleTools/ChangeLog trunk/ConsoleTools/src/progressmonitor.php Modified: trunk/ConsoleTools/ChangeLog =================================================================== --- trunk/ConsoleTools/ChangeLog 2007-04-14 20:51:43 UTC (rev 4884) +++ trunk/ConsoleTools/ChangeLog 2007-04-15 06:56:43 UTC (rev 4885) @@ -11,9 +11,10 @@ - Fixed issue #10604: ezcConsoleInput exception not thrown on invalid option string. - Fixed issue #10608: ezcConsoleInput->registerAlias( ) does not work. -- Fixed issue #10617 ezcConsoleInput->process() bails out incorrectly on +- Fixed issue #10617: ezcConsoleInput->process() bails out incorrectly on option exclusion. -- Fixed issue #10619 ezcConsoleOutput __set() broken. +- Fixed issue #10619: ezcConsoleOutput __set() broken. +- Fixed issue #10620: ezcConsoleProgressMonitor->__set() issues warning. 1.2 - Monday 18 December 2006 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Modified: trunk/ConsoleTools/src/progressmonitor.php =================================================================== --- trunk/ConsoleTools/src/progressmonitor.php 2007-04-14 20:51:43 UTC (rev 4884) +++ trunk/ConsoleTools/src/progressmonitor.php 2007-04-15 06:56:43 UTC (rev 4885) @@ -117,7 +117,7 @@ case 'options': if ( !( $val instanceof ezcConsoleProgressMonitorOptions ) ) { - throw new ezcBaseValueException( $key, $val, 'instance of ezcConsoleProgressMonitorOptions' ); + throw new ezcBaseValueException( $propertyName, $val, 'instance of ezcConsoleProgressMonitorOptions' ); } $this->options = $val; return; -- svn-components mailing list [EMAIL PROTECTED] http://lists.ez.no/mailman/listinfo/svn-components