diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:51:41 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:51:41 +0100 |
| commit | 7374f3ee3f2b82ec1127df6829c6de3b7eb8f83f (patch) | |
| tree | c2cde62051a96befaf440cc6bc91269ced4211f2 /modules | |
| parent | a0c052669b47eebb7cfaa4ece6f2b9aa16d3d357 (diff) | |
| download | feed-master.tar.gz feed-master.tar.bz2 feed-master.zip | |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'modules')
| -rwxr-xr-x[-rw-r--r--] | modules/mod_feed.tpl | 0 | ||||
| -rwxr-xr-x | modules/mod_status.php | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | modules/mod_status.tpl | 0 |
3 files changed, 4 insertions, 3 deletions
diff --git a/modules/mod_feed.tpl b/modules/mod_feed.tpl index c7513a5..c7513a5 100644..100755 --- a/modules/mod_feed.tpl +++ b/modules/mod_feed.tpl diff --git a/modules/mod_status.php b/modules/mod_status.php index 192617e..a75caa8 100755 --- a/modules/mod_status.php +++ b/modules/mod_status.php @@ -13,6 +13,7 @@ * global defs */ namespace Bitweaver\Feed; + use Bitweaver\Liberty\LibertyComment; global $gQueryUser,$gBitSmarty; @@ -20,9 +21,9 @@ global $gQueryUser,$gBitSmarty; require_once FEED_PKG_INCLUDE_PATH . 'feed_lib.php'; if( !empty( $_REQUEST['feed_status'] ) ){ - + $pParamHash['status_message'] = $_REQUEST['feed_status']; - feed_set_status($pParamHash); + feed_set_status($pParamHash); } if( !empty( $moduleParams['module_params']['no_link_user'] ) ) { @@ -53,7 +54,7 @@ foreach ($statuses as $status){ $pParamHash['title'] = substr($_REQUEST[$commentContentId],0,20); $reply->storeComment($pParamHash); - + $statuses = feed_get_status( $listHash ); $gBitSmarty->assign( 'statuses', $statuses); diff --git a/modules/mod_status.tpl b/modules/mod_status.tpl index e8a8940..e8a8940 100644..100755 --- a/modules/mod_status.tpl +++ b/modules/mod_status.tpl |
