[TASK] Fixed a bug that caused the client to be unable to respond to the server.

This commit is contained in:
Jan Philipp Timme 2011-07-16 14:13:29 +00:00
parent a8bc9d597e
commit bb4d961e4a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Client_ClientManager {
//i don't know what to do here... maybe call a connection bridge? //i don't know what to do here... maybe call a connection bridge?
//output will be sent. //output will be sent.
if($outgoingData !== "") $connectionHandler->write($result); if($outgoingData !== "") $connectionHandler->write($outgoingData);
} }
//after that, we're done here. //after that, we're done here.
} }