This commit is contained in:
Shoghi Cervantes
2014-03-06 17:24:26 +01:00
parent 18443c0cd7
commit 5c00b415a5
4 changed files with 15 additions and 10 deletions

View File

@@ -141,6 +141,6 @@ class Async extends Thread{
$this->join();
}
return $this->result;
return (string) $this->result;
}
}