Browse Source

add phpdoc

remotes/origin/fix-10825
Georg Ehrke 11 years ago
committed by Morris Jobke
parent
commit
cf76933b76
  1. 4
      lib/private/preview.php

4
lib/private/preview.php

@ -808,6 +808,10 @@ class Preview {
}
/**
* @param int $fileId
* @return string
*/
private function getPreviewPath($fileId) {
return $this->getThumbnailsFolder() . '/' . $fileId . '/';
}

Loading…
Cancel
Save