]> git.mxchange.org Git - friendica.git/commitdiff
Forgot a ;
authorDomovoy <domovoy@errlock.org>
Sun, 22 Jul 2012 15:50:58 +0000 (17:50 +0200)
committerDomovoy <domovoy@errlock.org>
Sun, 22 Jul 2012 15:50:58 +0000 (17:50 +0200)
include/Photo.php

index b7285362414d8873a71a90f39ad46eb049901b16..1f751c77f3f85ae0cb24c86229e31407125f6bd6 100644 (file)
@@ -470,7 +470,7 @@ class Photo {
 
         $quality = FALSE;
 
-        ob_start()
+        ob_start();
 
         switch($this->getType()){
             case "image/png":