Skip to content

Commit

Permalink
OCS Ajax call updated to point original OCS implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
nadir committed Mar 4, 2016
1 parent ef47c68 commit 7adfd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/js/sharedfilelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
this._reloadCall.abort();
}
this._reloadCall = $.ajax({
url: OC.linkToOCS('apps/files_sharing/api/v1') + 'shares',
url: OC.linkToOCS('apps/files_sharing/api/v1old') + 'shares',
/* jshint camelcase: false */
data: {
format: 'json',
Expand Down

0 comments on commit 7adfd98

Please sign in to comment.