forgot to save after fixing merge conflict

This commit is contained in:
Gert
2015-01-26 02:43:52 +01:00
parent e268cda1b5
commit ef7806b509

View File

@@ -104,11 +104,9 @@ trait ParsedownGravTrait
//get the url and parse it
$url = parse_url(htmlspecialchars_decode($excerpt['element']['attributes']['src']));
<<<<<<< HEAD
=======
$path_parts = pathinfo($url['path']);
>>>>>>> 304c7519d14945d6b69bc83ecb89dbf5b3fbbee3
// if there is no host set but there is a path, the file is local
if (!isset($url['host']) && isset($url['path'])) {