Missing requesttoken

This commit is contained in:
Thomas Tanghus 2012-07-06 02:46:43 +02:00
parent 5e0b80dc8d
commit 59b38e668d

View file

@ -327,7 +327,7 @@ Contacts={
// Make sure proper DOM is loaded.
if(!$('#card')[0] && newid) {
$.getJSON(OC.filePath('contacts', 'ajax', 'loadcard.php'),{},function(jsondata){
$.getJSON(OC.filePath('contacts', 'ajax', 'loadcard.php'),{requesttoken:requesttoken},function(jsondata){
if(jsondata.status == 'success'){
$('#rightcontent').html(jsondata.data.page).ready(function() {
Contacts.UI.loadHandlers();