projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd007d
)
fix path (duck@obala.net, #8008)
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 18 Feb 2009 16:14:08 +0000
(11:14 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 18 Feb 2009 16:14:08 +0000
(11:14 -0500)
framework/Mime/lib/Horde/Mime/Viewer/rtf.php
patch
|
blob
|
history
diff --git
a/framework/Mime/lib/Horde/Mime/Viewer/rtf.php
b/framework/Mime/lib/Horde/Mime/Viewer/rtf.php
index
7750322
..
2da5d1f
100644
(file)
--- a/
framework/Mime/lib/Horde/Mime/Viewer/rtf.php
+++ b/
framework/Mime/lib/Horde/Mime/Viewer/rtf.php
@@
-45,7
+45,7
@@
class Horde_Mime_Viewer_rtf extends Horde_Mime_Viewer_Driver
file_put_contents($tmp_rtf, $this->_mimepart->getContents());
- exec($
GLOBALS['mime_drivers']['horde']['rtf']
['location'] . " $tmp_rtf > $tmp_output");
+ exec($
this->_conf
['location'] . " $tmp_rtf > $tmp_output");
if (file_exists($tmp_output)) {
$data = file_get_contents($tmp_output);