From df959702e1899c968dc953855f36b9788afa12d3 Mon Sep 17 00:00:00 2001
From: Adrian Lang <mail@adrianlang.de>
Date: Tue, 20 Dec 2011 11:10:20 +0100
Subject: [PATCH] Revert 4a24b459, thus fixing FETCH_MEDIA_STATUS for missing
 files (FS#2405)

---
 inc/parser/xhtml.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index ea1756803..bfa22d066 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -807,7 +807,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
         //markup non existing files
         if (!$exists) {
             $link['class'] .= ' wikilink2';
-            $link['url'] = media_managerURL(array('tab_details' => 'view', 'image' => $src, 'ns' => getNS($src)), '&');
         }
 
         //output formatted
-- 
GitLab