Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge 'mabe/CodeOptimations'
Browse files Browse the repository at this point in the history
Conflicts:
	library/Zend/Feed/Reader/Reader.php
  • Loading branch information
weierophinney committed Jul 29, 2010
9 parents fee9cac + 2175af2 + 0997426 + 310518c + 4bf93d3 + 50bb6cb + 1f6b760 + def09f8 + dcc1b06 commit 906c7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Fault.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function __construct(\Exception $e)
// Notify exception observers, if present
if (!empty(self::$_observers)) {
foreach (array_keys(self::$_observers) as $observer) {
call_user_func(array($observer, 'observe'), $this);
$observer::observe($this);
}
}
}
Expand Down

0 comments on commit 906c7b6

Please sign in to comment.