From: gerhard6380 Date: Mon, 1 May 2017 20:16:22 +0000 (+0200) Subject: coding convention applied X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cd2ed72b37c968f36844dd917972d031ceaf4be6;p=friendica.git coding convention applied --- diff --git a/include/Photo.php b/include/Photo.php index d26dd1684b..cf0bf29bbe 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -68,8 +68,9 @@ class Photo { $this->image->destroy(); return; } - if (is_resource($this->image)) + if (is_resource($this->image)) { imagedestroy($this->image); + } } }