Typo in JsonRpcServelet
-----------------------
Key: SHINDIG-716
URL: https://issues.apache.org/jira/browse/SHINDIG-716
Project: Shindig
Issue Type: Bug
Components: Common Components (PHP)
Environment: ALL
Reporter: Jerome Gangneux
public function doGet() {
$token = $this->getSecurityToken();
if (token == null) { <== missing $ for token
$this->sendSecurityError();
return;
}
// Request object == GET params
$request = $_GET;
$this->dispatch($request, $token);
}
I guess it's a typo from JAVA
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.