From 109577f522aaa3fec5ded0dcc9cc6bd7d04b4a6a Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sat, 17 Jan 2009 20:43:38 +0100
Subject: [PATCH] fixed display of local flash files

darcs-hash:20090117194338-7ad00-47d9dd7534ae4005f6742f5572551a0cc7582683.gz
---
 inc/parser/xhtml.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index 545f48b4e..2b9e30b98 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -976,7 +976,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
             $att['class'] = "media$align";
             if($align == 'right') $att['align'] = 'right';
             if($align == 'left')  $att['align'] = 'left';
-            $ret .= html_flashobject($src,$width,$height,
+            $ret .= html_flashobject(ml($src,array('cache'=>$cache)),$width,$height,
                                      array('quality' => 'high'),
                                      null,
                                      $att,
-- 
GitLab