summaryrefslogtreecommitdiff
path: root/modules/mod_status.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:51:41 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:51:41 +0100
commit7374f3ee3f2b82ec1127df6829c6de3b7eb8f83f (patch)
treec2cde62051a96befaf440cc6bc91269ced4211f2 /modules/mod_status.php
parenta0c052669b47eebb7cfaa4ece6f2b9aa16d3d357 (diff)
downloadfeed-master.tar.gz
feed-master.tar.bz2
feed-master.zip
php-cs-fixer tidies to php8.5 standardsHEADmaster
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'modules/mod_status.php')
-rwxr-xr-xmodules/mod_status.php7
1 files changed, 4 insertions, 3 deletions
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);