object -> \OC\Preview

This commit is contained in:
Thomas Müller 2014-05-13 12:22:18 +02:00 committed by Robin McCorkell
parent 7853bc4cac
commit 650a55e2ba
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class Preview {
/**
* @brief set the path of the file you want a thumbnail from
* @param string $file
* @return object $this
* @return \OC\Preview $this
*/
public function setFile($file) {
$this->file = $file;