Changeset 8933
- Timestamp:
- Nov 4, 2008, 2:05:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opOpenSocialPlugin/trunk/lib/vendor/Shindig/src/social/servlet/JsonRpcServlet.php
r8915 r8933 30 30 { 31 31 $token = $this->getSecurityToken(); 32 if ( token == null) {32 if ($token == null) { 33 33 $this->sendSecurityError(); 34 34 return;
Note: See TracChangeset
for help on using the changeset viewer.