From 90b76bf8c3fcce78d2c3001b0118f44bfe5db1b9 Mon Sep 17 00:00:00 2001 From: specktator Date: Sun, 5 Jun 2016 06:41:22 +0300 Subject: [PATCH] patch OpenGraph plugin `$og['image']` **is** `false` this segment. So, no reason to use it as suffix to the image url. --- bl-plugins/opengraph/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-plugins/opengraph/plugin.php b/bl-plugins/opengraph/plugin.php index 7a1acc34..03707c7e 100644 --- a/bl-plugins/opengraph/plugin.php +++ b/bl-plugins/opengraph/plugin.php @@ -86,7 +86,7 @@ class pluginOpenGraph extends Plugin { // Get the image from the content $src = $this->getImage( $content ); if($src!==false) { - $html .= ''.PHP_EOL; + $html .= ''.PHP_EOL; } } else