diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-09-06 15:27:30 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-12 16:46:39 +0200 |
commit | 6eba111e0981100e9866e449c2198d5bca3079ec (patch) | |
tree | e2dfa822f2d5a6dd9f10f84a250be6295f8e51f0 /lib/private/Preview.php | |
parent | a9c243948b41db6f492cfdbb3e16cb8731f38b78 (diff) | |
download | nextcloud-server-6eba111e0981100e9866e449c2198d5bca3079ec.tar.gz nextcloud-server-6eba111e0981100e9866e449c2198d5bca3079ec.zip |
Fix failing preview unit tests (#26039)
Diffstat (limited to 'lib/private/Preview.php')
-rw-r--r-- | lib/private/Preview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Preview.php b/lib/private/Preview.php index 67838a8d4a3..28579ef2c86 100644 --- a/lib/private/Preview.php +++ b/lib/private/Preview.php @@ -131,7 +131,7 @@ class Preview { $this->setFile($file); $this->setMaxX((int)$maxX); $this->setMaxY((int)$maxY); - $this->setScalingUp($scalingUp); + $this->setScalingup($scalingUp); $this->preview = null; |