diff --git a/common/php/class-module.php b/common/php/class-module.php
index 7abb68071..5bd251057 100644
--- a/common/php/class-module.php
+++ b/common/php/class-module.php
@@ -480,7 +480,7 @@ function users_select_form( $selected = null, $args = null ) {
- ID, $selected) ) ? 'checked="checked"' : '';
// Add a class to checkbox of current user so we know not to add them in notified list during notifiedMessage() js function
$current_user_class = ( get_current_user_id() == $user->ID ) ? 'class="post_following_list-current_user" ' : '';
diff --git a/modules/custom-status/custom-status.php b/modules/custom-status/custom-status.php
index 200704105..94cd93c93 100644
--- a/modules/custom-status/custom-status.php
+++ b/modules/custom-status/custom-status.php
@@ -1518,7 +1518,7 @@ public function fix_preview_link_part_three( $preview_link, $query_args ) {
}
}
}
- return remove_query_arg( [ 'preview_nonce' ], $preview_link );
+ return remove_query_arg( array( 'preview_nonce' ), $preview_link );
}
/**