Skip to content

Commit cf6359e

Browse files
committed
Share OAuth now works with JSON post bosy
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Share OAuth@675 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent 0bec30d commit cf6359e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/web/extras/modules/oauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ if (typeof Extras == "undefined" || !Extras)
572572
}
573573
else if ((new RegExp("^\s*" + Alfresco.util.Ajax.JSON)).test(reqType))
574574
{
575-
obj.dataStr = YAHOO.lang.JSON.stringify(c.dataObj || {});
575+
obj.dataStr = YAHOO.lang.JSON.stringify(obj.dataObj || {});
576576
}
577577
}
578578
}

0 commit comments

Comments
 (0)