diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:39 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:39 -0500 |
| commit | 9c5d92efbb700277c12c86b50b9527c3aa762bfb (patch) | |
| tree | 88021e9833da96ce2fdc7295f47d340dea2270c1 /modules | |
| parent | 8ac5971140c734bc524dda5a2f18e0c9d73dc80c (diff) | |
| download | tags-9c5d92efbb700277c12c86b50b9527c3aa762bfb.tar.gz tags-9c5d92efbb700277c12c86b50b9527c3aa762bfb.tar.bz2 tags-9c5d92efbb700277c12c86b50b9527c3aa762bfb.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_tags_cloud.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_tags_cloud.php b/modules/mod_tags_cloud.php index f91dffd..1513fc1 100644 --- a/modules/mod_tags_cloud.php +++ b/modules/mod_tags_cloud.php @@ -8,7 +8,7 @@ /** * required setup */ -require_once( TAGS_PKG_PATH."LibertyTag.php" ); +require_once( TAGS_PKG_CLASS_PATH.'LibertyTag.php' ); // moduleParams contains lots of goodies: extract for easier handling extract( $moduleParams ); |
