diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-19 10:44:08 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-19 10:44:08 +0200 |
commit | 7e49a33d6467ab0cc5efdceffd4204cffa281bd1 (patch) | |
tree | 8522060c7b5ff7ae470090b689caa3bf4831be96 /lib/public/app.php | |
parent | 08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1 (diff) | |
download | nextcloud-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.php | 9 |
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 ); - } - } |