diff options
Diffstat (limited to 'book_to_html.php')
| -rw-r--r-- | book_to_html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book_to_html.php b/book_to_html.php index 203be49..c539620 100644 --- a/book_to_html.php +++ b/book_to_html.php @@ -15,7 +15,7 @@ */ require_once( '../kernel/setup_inc.php' ); -include_once( WIKI_PKG_PATH.'BitBook.php'); +include_once( WIKI_PKG_CLASS_PATH.'BitBook.php'); function copys($source,$dest) { |
