projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fda9e16
)
Fix scope declaration.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 2 Dec 2008 23:11:57 +0000
(16:11 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 2 Dec 2008 23:11:57 +0000
(16:11 -0700)
imp/lib/Mime/Viewer/pdf.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/pdf.php
b/imp/lib/Mime/Viewer/pdf.php
index
b71c420
..
8cd0d34
100644
(file)
--- a/
imp/lib/Mime/Viewer/pdf.php
+++ b/
imp/lib/Mime/Viewer/pdf.php
@@
-70,7
+70,7
@@
class IMP_Horde_Mime_Viewer_pdf extends Horde_Mime_Viewer_pdf
*
* @return array See Horde_Mime_Viewer_Driver::render().
*/
- p
ublic
function _renderInfo()
+ p
rotected
function _renderInfo()
{
/* Check to see if convert utility is available. */
if (!$this->_getHordeImageOb(false)) {