summaryrefslogtreecommitdiff
path: root/content_history_inc.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-06-01 18:37:36 +0000
committerwjames5 <will@tekimaki.com>2007-06-01 18:37:36 +0000
commit3bef05a2aba87218aed91233ecd1874114b907d6 (patch)
tree511676bb3442a1e496d93e174e858ac511e35b3c /content_history_inc.php
parentd808fb37593a7d1ee16a88a7545888c7fe7e08fb (diff)
downloadliberty-3bef05a2aba87218aed91233ecd1874114b907d6.tar.gz
liberty-3bef05a2aba87218aed91233ecd1874114b907d6.tar.bz2
liberty-3bef05a2aba87218aed91233ecd1874114b907d6.zip
ref diff in util, remove wiki dependance
Diffstat (limited to 'content_history_inc.php')
-rw-r--r--content_history_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_history_inc.php b/content_history_inc.php
index 004a9b9..8befe26 100644
--- a/content_history_inc.php
+++ b/content_history_inc.php
@@ -30,7 +30,7 @@ if (isset($_REQUEST["delete"]) && isset($_REQUEST["hist"])) {
$to_version = $gContent->mInfo["version"];
$to_lines = explode("\n",$gContent->mInfo["data"]);
- include_once( WIKI_PKG_PATH.'diff.php');
+ include_once( UTIL_PKG_PATH.'diff.php');
$diffx = new WikiDiff($from_lines,$to_lines);
$fmt = new WikiUnifiedDiffFormatter;
$html = $fmt->format($diffx, $from_lines);