-
- Downloads
Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem.
As constants not defined within a class cannot be automatically found by the
autoloader moving those constants into a class makes them accessible to
code which uses them.
Signed-off-by:
Stephan Peijnik <speijnik@anexia-it.com>
Showing
- apps/files_external/lib/google.php 1 addition, 1 deletionapps/files_external/lib/google.php
- apps/files_sharing/lib/sharedstorage.php 1 addition, 1 deletionapps/files_sharing/lib/sharedstorage.php
- lib/private/connector/sabre/quotaplugin.php 1 addition, 1 deletionlib/private/connector/sabre/quotaplugin.php
- lib/private/files/filesystem.php 4 additions, 3 deletionslib/private/files/filesystem.php
- lib/private/files/storage/common.php 1 addition, 1 deletionlib/private/files/storage/common.php
- lib/private/files/storage/dav.php 2 additions, 2 deletionslib/private/files/storage/dav.php
- lib/private/files/storage/local.php 1 addition, 1 deletionlib/private/files/storage/local.php
- lib/private/files/storage/wrapper/quota.php 2 additions, 2 deletionslib/private/files/storage/wrapper/quota.php
- lib/private/helper.php 2 additions, 2 deletionslib/private/helper.php
- lib/private/util.php 2 additions, 2 deletionslib/private/util.php
Loading
Please register or sign in to comment