Skip to content

Commit

Permalink
bin/phpd compliance bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kakserpom committed Mar 19, 2013
1 parent 975b346 commit a016085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phpd
Expand Up @@ -73,7 +73,7 @@ $e = null;
execute: execute:
try { try {
if ($e) { if ($e) {
$thread = $e->thread; $thread = $e->getThread();
$e = null; $e = null;
$thread(); $thread();
} }
Expand Down

0 comments on commit a016085

Please sign in to comment.