diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:12:19 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:12:19 -0500 |
| commit | 455d3cbf96fe18f193fe155d0223939839bbaf2b (patch) | |
| tree | 4b9b7ef82d7e77c625224df26367e93e58600fea /liberty_plugins | |
| parent | 8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5 (diff) | |
| download | blogs-455d3cbf96fe18f193fe155d0223939839bbaf2b.tar.gz blogs-455d3cbf96fe18f193fe155d0223939839bbaf2b.tar.bz2 blogs-455d3cbf96fe18f193fe155d0223939839bbaf2b.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'liberty_plugins')
| -rw-r--r-- | liberty_plugins/data.blog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liberty_plugins/data.blog.php b/liberty_plugins/data.blog.php index cc5535d..4741845 100644 --- a/liberty_plugins/data.blog.php +++ b/liberty_plugins/data.blog.php @@ -88,7 +88,7 @@ function data_blog($data, $params) { // No change in the parameters with Clyde $pluginParams = $gLibertySystem->mPlugins[PLUGIN_GUID_DATABLOG]; require_once( BLOGS_PKG_CLASS_PATH.'BitBlog.php'); - require_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); + require_once( LIBERTY_PKG_INCLUDE_PATH.'lookup_content_inc.php' ); $module_params = $params; |
