Преглед на файлове

Merge pull request #2015 from owncloud/fixing-2001-master

in case the user has no permissions to upload/create files...
tags/v5.0.0RC2
Bernhard Posselt преди 11 години
родител
ревизия
5036e316a6
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      apps/files/templates/index.php

+ 2
- 1
apps/files/templates/index.php Целия файл

@@ -49,7 +49,8 @@
</div>
</div>
<div id="file_action_panel"></div>
<?php else:?>
<?php else: ?>
<div class="crumb last"><?php p($l->t('You don’t have write permissions here.'))?></div>
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
<?php endif;?>
<input type="hidden" name="permissions" value="<?php echo $_['permissions']; ?>" id="permissions">

Loading…
Отказ
Запис