From 5569f07e8d68716f01267c9f41e5f0be299cc67a Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Thu, 15 Nov 2012 22:04:48 +0100
Subject: [PATCH] add OC_FilesystemView alias for compatibility

---
 lib/filesystemview.php | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 lib/filesystemview.php

diff --git a/lib/filesystemview.php b/lib/filesystemview.php
new file mode 100644
index 0000000000..37e2a737e0
--- /dev/null
+++ b/lib/filesystemview.php
@@ -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 {}
-- 
GitLab