Merge pull request #75 from owncloud/sharewithlinkfix
Fixed share with link that doesn't appear
This commit is contained in:
commit
4080653af5
@ -49,5 +49,6 @@ $tmpl->assign('useUnstable', $unstable);
|
||||
$tmpl->assign('uploadMaxFilesize', $maxUploadFilesize);
|
||||
$tmpl->assign('uploadMaxHumanFilesize', \OCP\Util::humanFileSize($maxUploadFilesize));
|
||||
$tmpl->assign('savePath', $savePath);
|
||||
$tmpl->assign("allowShareWithLink", \OC_Appconfig::getValue('core', 'shareapi_allow_links', 'yes'));
|
||||
|
||||
$tmpl->printPage();
|
||||
|
@ -34,3 +34,4 @@
|
||||
</ul>
|
||||
</div>
|
||||
<input type="hidden" id="webodf-unstable" value="<?php p($_['useUnstable']) ?>" />
|
||||
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="<?php p($_['allowShareWithLink']) ?>" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user