Skip to content

Commit

Permalink
Fixed a notice
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Feb 16, 2017
1 parent 1690310 commit f45cbb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Hprose/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* *
* hprose service class for php 5.3+ *
* *
* LastModified: Nov 6, 2016 *
* LastModified: Feb 16, 2017 *
* Author: Ma Bingyao <andot@hprose.com> *
* *
\**********************************************************/
Expand Down Expand Up @@ -400,6 +400,7 @@ private function doInvoke(BytesIO $stream, stdClass $context) {
foreach ($context as $key => $value) {
$cc->$key = $value;
}
$call = false;
if (isset($this->calls[$alias])) {
$call = $this->calls[$alias];
}
Expand Down

0 comments on commit f45cbb6

Please sign in to comment.