Skip to content

Commit

Permalink
clone is not a function, but a keyword, and so do not need calling pa…
Browse files Browse the repository at this point in the history
…renthesis
  • Loading branch information
guillaumelecerf committed Apr 30, 2015
1 parent ef624d1 commit 5e66f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapper/filter_rule.php
Expand Up @@ -100,7 +100,7 @@ class ezcLogFilterRule
*/
public function __construct( ezcLogFilter $filter, $container, $continueProcessing )
{
$this->filter = clone( $filter );
$this->filter = clone $filter;

if ( $this->filter->severity == 0 )
{
Expand Down

0 comments on commit 5e66f1f

Please sign in to comment.