add OC_FilesystemView alias for compatibility

This commit is contained in:
Robin Appelman 2012-11-15 22:04:48 +01:00
parent f94d62380f
commit 5569f07e8d
1 changed files with 8 additions and 0 deletions

8
lib/filesystemview.php Normal file
View 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 {}