add OC_FilesystemView alias for compatibility
This commit is contained in:
parent
f94d62380f
commit
5569f07e8d
1 changed files with 8 additions and 0 deletions
8
lib/filesystemview.php
Normal file
8
lib/filesystemview.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com>
|
||||
* This file is licensed under the Affero General Public License version 3 or
|
||||
* later.
|
||||
* See the COPYING-README file. */
|
||||
|
||||
class OC_FilesystemView extends \OC\Files\View {}
|
Loading…
Reference in a new issue