summaryrefslogtreecommitdiff
path: root/broadcast.php
diff options
context:
space:
mode:
Diffstat (limited to 'broadcast.php')
-rwxr-xr-xbroadcast.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/broadcast.php b/broadcast.php
index 0c30dbf..cb01a88 100755
--- a/broadcast.php
+++ b/broadcast.php
@@ -25,7 +25,7 @@ $gBitSystem->verifyPermission( 'p_messages_broadcast' );
$messages = new Messages();
-$feedback = array();
+$feedback = [];
if( isset( $_REQUEST['send'] ) ) {
if( $messages->postSystemMessage( $_REQUEST ) ) {