You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/07/02 02:33:31 UTC

svn commit: r959819 - /shindig/trunk/php/index.php

Author: lindner
Date: Fri Jul  2 00:33:31 2010
New Revision: 959819

URL: http://svn.apache.org/viewvc?rev=959819&view=rev
Log:
SHINDIG-1376 | Patch from Thiago Arrais | RPC calls stopped working

Modified:
    shindig/trunk/php/index.php

Modified: shindig/trunk/php/index.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/index.php?rev=959819&r1=959818&r2=959819&view=diff
==============================================================================
--- shindig/trunk/php/index.php (original)
+++ shindig/trunk/php/index.php Fri Jul  2 00:33:31 2010
@@ -87,7 +87,7 @@ $servletMap = array(Config::get('web_pre
     Config::get('web_prefix') . '/gadgets/api/rpc' => 'JsonRpcServlet', 
     Config::get('web_prefix') . '/gadgets/api/rest' => 'DataServiceServlet', 
     Config::get('web_prefix') . '/social/rest' => 'DataServiceServlet', 
-    Config::get('web_prefix') . '/social/rpc' => 'JsonRpcServlet', 
+    Config::get('web_prefix') . '/rpc' => 'JsonRpcServlet', 
     Config::get('web_prefix') . '/public.crt' => 'CertServlet', 
     Config::get('web_prefix') . '/public.cer' => 'CertServlet');