diff options
Diffstat (limited to 'preview.php')
| -rw-r--r-- | preview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preview.php b/preview.php index d2e41ec..64342df 100644 --- a/preview.php +++ b/preview.php @@ -16,7 +16,7 @@ $gLightwieightScan = TRUE; require_once( '../kernel/setup_inc.php' ); global $gContent, $gBitSystem, $gBitSmarty; -include_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); +include_once( LIBERTY_PKG_INCLUDE_PATH.'lookup_content_inc.php' ); // If we can't find one make an invalid one to keep the template happy. if (empty($gContent)) { $gContent = new LibertyContent(); |
