Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
remove hard coded path
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Apr 14, 2017
1 parent f70e081 commit 6eca6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zimlet/tk_barrydegraaff_owncloud_zimlet.js
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ ownCloudZimlet.prototype.addShareLinks = function (editor) {
);

this._ownCloudConnector.createShare(
"/owncloud/remote.php/webdav/" + path,
tk_barrydegraaff_owncloud_zimlet_HandlerObject.settings['owncloud_zimlet_server_path'] + path,
3,
void 0,
false,
Expand Down

0 comments on commit 6eca6b3

Please sign in to comment.