Author: chabotc
Date: Wed Dec 10 06:21:03 2008
New Revision: 725293
URL: http://svn.apache.org/viewvc?rev=725293&view=rev
Log:
SHINDIG-716 by Jerome Gangneux, Typo in JsonRpcServelet
Modified:
incubator/shindig/trunk/php/src/social/servlet/JsonRpcServlet.php
Modified: incubator/shindig/trunk/php/src/social/servlet/JsonRpcServlet.php
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social/servlet/JsonRpcServlet.php?rev=725293&r1=725292&r2=725293&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social/servlet/JsonRpcServlet.php (original)
+++ incubator/shindig/trunk/php/src/social/servlet/JsonRpcServlet.php Wed Dec
10 06:21:03 2008
@@ -29,7 +29,7 @@
*/
public function doGet() {
$token = $this->getSecurityToken();
- if (token == null) {
+ if ($token == null) {
$this->sendSecurityError();
return;
}