diff options
Diffstat (limited to 'lib/image.php')
-rw-r--r-- | lib/image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/image.php b/lib/image.php index bdfa1fefd7d..70ad3f5969e 100644 --- a/lib/image.php +++ b/lib/image.php @@ -196,7 +196,7 @@ class OC_Image { if (!$res) { OC_Log::write('core','OC_Image::_string. Error writing image',OC_Log::ERROR); } - return chunk_split(base64_encode(ob_get_clean())); + return base64_encode(ob_get_clean()); } /** |