[Tickets #3240] NEW: Missing require for Serialize class
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Jan 10 15:20:05 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3240
-----------------------------------------------------------------------
Ticket | 3240
Created By | kevin_myer at iu13.org
Summary | Missing require for Serialize class
Queue | DIMP
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
kevin_myer at iu13.org (2006-01-10 15:20) wrote:
I needed to add this to get messages to display in the preview pane.
Index: lib/Views/ShowMessage.php
===================================================================
RCS file: /repository/dimp/lib/Views/ShowMessage.php,v
retrieving revision 1.35
diff -u -r1.35 ShowMessage.php
--- lib/Views/ShowMessage.php 30 Dec 2005 02:04:28 -0000 1.35
+++ lib/Views/ShowMessage.php 10 Jan 2006 23:18:29 -0000
@@ -231,6 +231,7 @@
}
require_once 'Horde/Template.php';
+require_once 'Horde/Serialize.php';
$template = &new Horde_Template(DIMP_BASE . '/templates/imp/');
$template->set('subject', $subject);
$template->set('subject_escaped', addslashes($subject));
More information about the bugs
mailing list