From acf155cf8f5a685292955fffca618af6619fcfe0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Jun 2018 22:17:10 +0300 Subject: remove old-style readability loading --- plugins/af_redditimgur/init.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/af_redditimgur/init.php') diff --git a/plugins/af_redditimgur/init.php b/plugins/af_redditimgur/init.php index 8a662de28..735db1d64 100755 --- a/plugins/af_redditimgur/init.php +++ b/plugins/af_redditimgur/init.php @@ -557,8 +557,6 @@ class Af_RedditImgur extends Plugin { if (!defined('NO_CURL') && function_exists("curl_init") && $this->host->get($this, "enable_readability") && mb_strlen(strip_tags($article["content"])) <= 150) { - if (!class_exists("Readability")) require_once(dirname(dirname(__DIR__)). "/lib/readability/Readability.php"); - // do not try to embed posts linking back to other reddit posts if ($url && strpos($url, "reddit.com") === FALSE) { -- cgit v1.2.3-54-g00ecf