Author: lindner
Date: Tue Sep 2 14:55:50 2008
New Revision: 691402
URL: http://svn.apache.org/viewvc?rev=691402&view=rev
Log:
SHINDIG-564 | Person URLs not transformed correctly. Patch from Adam Winer.
Modified:
incubator/shindig/trunk/features/opensocial-current/jsonrpccontainer.js
Modified:
incubator/shindig/trunk/features/opensocial-current/jsonrpccontainer.js
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-current/jsonrpccontainer.js?rev=691402&r1=691401&r2=691402&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-current/jsonrpccontainer.js
(original)
+++ incubator/shindig/trunk/features/opensocial-current/jsonrpccontainer.js Tue
Sep 2 14:55:50 2008
@@ -306,7 +306,7 @@
if (serverJson.urls) {
for (var u = 0; u < serverJson.urls.length; u++) {
- this.translateUrlJson(serverJson.urls[p]);
+ this.translateUrlJson(serverJson.urls[u]);
}
}