Skip to content

Commit

Permalink
Fixes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gino0631 committed Aug 5, 2017
1 parent 5c51054 commit d093789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Controller/MetadataController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public function __construct($appName, IRequest $request) {
$this->language = \OC::$server->getL10N('metadata');
}

/**
* @NoAdminRequired
*/
public function get($source) {
$file = Filesystem::getLocalFile($source);
if (!$file) {
Expand Down

0 comments on commit d093789

Please sign in to comment.