Skip to content

Commit

Permalink
Remove sample URL. Ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-a-y committed Oct 1, 2015
1 parent 98da777 commit 4ffac3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/mexp-service.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 4ffac3d

Please sign in to comment.