Skip to content

Commit

Permalink
fixed concrete 5 options type
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Lenton committed Mar 15, 2013
1 parent 6c66d25 commit 7c3ccbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php_error.php
Expand Up @@ -1258,7 +1258,7 @@ public function __construct( $options=null ) {
$this->defaultErrorReportingOn = E_ERROR | E_WARNING | E_PARSE | E_USER_DEPRECATED & ~E_DEPRECATED & ~E_STRICT;
}

concrete5 = ErrorHandler::optionsPop( $options, 'concrete5', false );
$concrete5 = ErrorHandler::optionsPop( $options, 'concrete5', false );
if ( $concrete5 ) {
$this->defaultErrorReportingOn = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED;
}
Expand Down

0 comments on commit 7c3ccbe

Please sign in to comment.