diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-09-24 12:21:19 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-24 12:21:19 +0200 |
commit | 76e30d0df7c1b4b1f68ddd8596c4ab6d66bef366 (patch) | |
tree | c6e36a3e5f0ac864ac56a66603ea67fb30972102 /core/js/shareitemmodel.js | |
parent | 330ea18996f4f5bfcbaaebf641d6502757077c4d (diff) | |
download | nextcloud-server-76e30d0df7c1b4b1f68ddd8596c4ab6d66bef366.tar.gz nextcloud-server-76e30d0df7c1b4b1f68ddd8596c4ab6d66bef366.zip |
Expiration date was always a string
Diffstat (limited to 'core/js/shareitemmodel.js')
-rw-r--r-- | core/js/shareitemmodel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/shareitemmodel.js b/core/js/shareitemmodel.js index d883497433f..db80a9aa76f 100644 --- a/core/js/shareitemmodel.js +++ b/core/js/shareitemmodel.js @@ -69,7 +69,7 @@ */ var SHARE_RESPONSE_INT_PROPS = [ 'id', 'file_parent', 'mail_send', 'file_source', 'item_source', 'permissions', - 'storage', 'share_type', 'parent', 'stime', 'expiration' + 'storage', 'share_type', 'parent', 'stime' ]; /** |