From 4ffac3d9bf2e63a4a49db7b93850333c9f0e6163 Mon Sep 17 00:00:00 2001 From: r-a-y Date: Wed, 30 Sep 2015 17:04:41 -0700 Subject: [PATCH] Remove sample URL. Ugh. --- includes/mexp-service.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/mexp-service.php b/includes/mexp-service.php index 53eef54..06e5b7a 100644 --- a/includes/mexp-service.php +++ b/includes/mexp-service.php @@ -222,7 +222,6 @@ public function response( $r ) { $thumb = 'https://drive-thirdparty.googleusercontent.com/128/type/application/' . substr( $file->getMimeType(), 0, strpos( $file->getMimeType(), '/' ) ); - https://ssl.gstatic.com/docs/doclist/images/generic_app_icon_16.png } else { $thumb = str_replace( 'https://ssl.gstatic.com/docs/doclist/images/icon_', '', $file->iconLink ); $thumb = str_replace( '_list.png', '', $thumb );