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

Commit

Permalink
Revert "Merge branch 'livedocx-2.0' of http://github.com/jonathanmaro…
Browse files Browse the repository at this point in the history
…n/zf2 into merges/jonathanmaron-livedocx"

This reverts commit 239626850ab598a70f0b6008bdeb002c6f81a39f, reversing
changes made to 3addea5bec77bafc51fa1a9605a1c31a10f442f8.
  • Loading branch information
weierophinney committed Nov 2, 2010
2 parents 26561d2 + 04dcb58 commit b5ad75a
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 @@ -89,7 +89,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 b5ad75a

Please sign in to comment.