Browse Source

object -> \OC\Preview

remotes/origin/ldap_group_count
Thomas Müller 12 years ago
committed by Robin McCorkell
parent
commit
650a55e2ba
  1. 2
      lib/private/preview.php

2
lib/private/preview.php

@ -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;

Loading…
Cancel
Save