fixing this obvious typo directly
This commit is contained in:
parent
92e90c8eb9
commit
c54994d2e9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Preview {
|
|||
* @return image
|
||||
*/
|
||||
public static function show($file,$maxX=100,$maxY=75,$scaleup=false) {
|
||||
return(\OC_Preview::show($file,$maxX,$maxY,$scaleup));
|
||||
return(\OC\Preview::show($file,$maxX,$maxY,$scaleup));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue