summaryrefslogtreecommitdiffstats
path: root/lib/public/app.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-19 10:44:08 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-05-19 10:44:08 +0200
commit7e49a33d6467ab0cc5efdceffd4204cffa281bd1 (patch)
tree8522060c7b5ff7ae470090b689caa3bf4831be96 /lib/public/app.php
parent08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1 (diff)
downloadnextcloud-server-7e49a33d6467ab0cc5efdceffd4204cffa281bd1.tar.gz
nextcloud-server-7e49a33d6467ab0cc5efdceffd4204cffa281bd1.zip
getStorage belongs to files not to apps.
Diffstat (limited to 'lib/public/app.php')
-rw-r--r--lib/public/app.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/public/app.php b/lib/public/app.php
index fc277b6ae9a..1a46180bb96 100644
--- a/lib/public/app.php
+++ b/lib/public/app.php
@@ -156,15 +156,6 @@ class App {
}
- /**
- * @param string appid
- * @param $app app
- * @return OC_FilesystemView
- */
- public static function getStorage( $app ){
- return \OC_App::getStorage( $app );
- }
-
}