diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 23:54:14 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 23:54:14 -0500 |
| commit | 8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5 (patch) | |
| tree | c3051aced4ea7e7129a6bde669c4ee93fd978212 /liberty_plugins | |
| parent | cec3828fae8fc189f0f0ae6057a92b36641aab2d (diff) | |
| download | blogs-8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5.tar.gz blogs-8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5.tar.bz2 blogs-8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5.zip | |
move _inc and classes to includes/classes and use PKG_CLASS/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 261b1c6..cc5535d 100644 --- a/liberty_plugins/data.blog.php +++ b/liberty_plugins/data.blog.php @@ -87,7 +87,7 @@ function data_blog($data, $params) { // No change in the parameters with Clyde // The next 2 lines allow access to the $pluginParams given above and may be removed when no longer needed $pluginParams = $gLibertySystem->mPlugins[PLUGIN_GUID_DATABLOG]; - require_once( BLOGS_PKG_PATH.'BitBlog.php'); + require_once( BLOGS_PKG_CLASS_PATH.'BitBlog.php'); require_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); $module_params = $params; |
