Nothing fancy, and hardly an optimization.

This commit is contained in:
Daniele Alessandri
2011-01-02 21:50:14 +01:00
parent 5a6a48fa17
commit 2a25b0e3f3
+1 -1
View File
@@ -550,7 +550,7 @@ class ResponseStatusHandler implements IResponseHandler {
if ($status === Protocol::OK) {
return true;
}
else if ($status === Protocol::QUEUED) {
if ($status === Protocol::QUEUED) {
return new ResponseQueued();
}
return $status;