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

Commit

Permalink
Merge remote branch 'upstream/master' into ZF-10246
Browse files Browse the repository at this point in the history
  • Loading branch information
Padraic Brady committed Aug 1, 2010
8 parents fee9cac + 2175af2 + 0997426 + 310518c + 4bf93d3 + 50bb6cb + 1f6b760 + 906c7b6 commit 0da7bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Fault.php
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 0da7bb6

Please sign in to comment.