Missing requesttoken
This commit is contained in:
parent
5e0b80dc8d
commit
59b38e668d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue