diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:12:23 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:12:23 -0500 |
| commit | 706a855e175d0efc5193b3511c51455c439481fc (patch) | |
| tree | 97ca9d8d841b43705430fa2d034a0249d8405429 /box.php | |
| parent | c3b302935c790f584f61b830ea3540cebe3ab5af (diff) | |
| download | calendar-706a855e175d0efc5193b3511c51455c439481fc.tar.gz calendar-706a855e175d0efc5193b3511c51455c439481fc.tar.bz2 calendar-706a855e175d0efc5193b3511c51455c439481fc.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'box.php')
| -rw-r--r-- | box.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ require_once( '../kernel/setup_inc.php' ); global $gContent, $gBitSystem; -include_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); +include_once( LIBERTY_PKG_INCLUDE_PATH.'lookup_content_inc.php' ); $gContent->mInfo['rendered'] = $gContent->getPreview(); |
