summaryrefslogtreecommitdiff
path: root/content_history_inc.php
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-06-07 19:38:38 +0000
committerNick Palmer <nick@sluggardy.net>2007-06-07 19:38:38 +0000
commit859e03c127f35c83296a496a657e4a6072e296d7 (patch)
tree366f9956ab07cfaa62fd6d90cda2a5034c6e24ef /content_history_inc.php
parent78abf2a2bb635794b3274ed765454bbec2fc03d6 (diff)
downloadliberty-859e03c127f35c83296a496a657e4a6072e296d7.tar.gz
liberty-859e03c127f35c83296a496a657e4a6072e296d7.tar.bz2
liberty-859e03c127f35c83296a496a657e4a6072e296d7.zip
Add manual inclusion of Renderer first.
Diffstat (limited to 'content_history_inc.php')
-rw-r--r--content_history_inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/content_history_inc.php b/content_history_inc.php
index b5a5f01..49e1049 100644
--- a/content_history_inc.php
+++ b/content_history_inc.php
@@ -32,6 +32,7 @@ if (isset($_REQUEST["delete"]) && isset($_REQUEST["hist"])) {
if ( $gBitSystem->isFeatureActive('liberty_inline_diff') ) {
include_once( UTIL_PKG_PATH.'pear/Text/Diff/Diff.php' );
+ include_once( UTIL_PKG_PATH.'pear/Text/Diff/Diff/Renderer.php' );
include_once( UTIL_PKG_PATH.'pear/Text/Diff/Diff/Renderer/inline.php' );
$diff = &new Text_Diff($from_lines,$to_lines);
$renderer = &new Text_Diff_Renderer_inline();