Skip to content

Commit

Permalink
Merge pull request #186 from joaoinacio/EZP-23840_elevate_error_handling
Browse files Browse the repository at this point in the history
Fix EZP-23840: Incorrect error handling in elevate configuration
  • Loading branch information
João Inácio committed Jan 8, 2015
2 parents a044741 + 79e7e2f commit f30cd2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/ezfindelevateconfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ protected static function pushConfigurationToSolr( $shard = null )
elseif ( isset( $result['error'] ) )
{
eZDebug::writeError( $result['error'], __METHOD__ );
throw new Exception( $result['error'] );
}
else
{
Expand Down

0 comments on commit f30cd2e

Please sign in to comment.