From: Domovoy Date: Sun, 22 Jul 2012 15:50:58 +0000 (+0200) Subject: Forgot a ; X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ba76af348872d47c3949269eeb4b7a7effcf226e;p=friendica.git Forgot a ; --- diff --git a/include/Photo.php b/include/Photo.php index b728536241..1f751c77f3 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -470,7 +470,7 @@ class Photo { $quality = FALSE; - ob_start() + ob_start(); switch($this->getType()){ case "image/png":