Skip to content

Commit

Permalink
[Patch] Code typo fix for tag service (favorites)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadir committed Apr 13, 2016
1 parent 74b5481 commit 3a89919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/service/tagservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function updateFileTags($path, $tags) {
try {
$versionFolderInfo = $this->homeFolder->get($versionFolder)->getFileInfo();
} catch (\OCP\Files\NotFoundException $e) {
EosUtil::createVersion($fileInfo['eospath']);
\OC\Files\ObjectStore\EosUtil::createVersion($fileInfo['eospath']);
$versionFolderInfo = $this->homeFolder->get($versionFolder)->getFileInfo();
}
}
Expand Down

0 comments on commit 3a89919

Please sign in to comment.