summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2025-05-24 18:25:37 -0400
committerspiderr <spiderr@bitweaver.org>2025-05-24 18:25:37 -0400
commitbd54b1fe2c6f166b5614f93e2e636489994bbcc7 (patch)
tree3f2d8112fb300ba61758112391fcf61836e86055
parentcd3db2b4a921f119758b967968f35f6e0cd63922 (diff)
downloadthemes-bd54b1fe2c6f166b5614f93e2e636489994bbcc7.tar.gz
themes-bd54b1fe2c6f166b5614f93e2e636489994bbcc7.tar.bz2
themes-bd54b1fe2c6f166b5614f93e2e636489994bbcc7.zip
clean up poll plugin (needs to be moved to POLLS_PKG)
-rw-r--r--smartyplugins/function.poll.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/smartyplugins/function.poll.php b/smartyplugins/function.poll.php
index efe7b8b..f675370 100644
--- a/smartyplugins/function.poll.php
+++ b/smartyplugins/function.poll.php
@@ -8,7 +8,7 @@
/**
* smarty_function_base
*/
-require_once( KERNEL_PKG_PATH.'BitBase.php' );
+require_once( KERNEL_PKG_CLASS_PATH.'BitBase.php' );
/**
* smarty_function_poll
@@ -18,7 +18,7 @@ function smarty_function_poll($params, &$gBitSmarty) {
extract($params);
// Param = zone
- include_once( POLLS_PKG_PATH.'poll_lib.php' );
+ include_once( POLLS_PKG_INCLUDE_PATH.'poll_lib.php' );
include_once( LIBERTY_PKG_CLASS_PATH.'LibertyComment.php' );
if (empty($id)) {