Skip to content

Commit a9573a9

Browse files
committed
Maintain compatibility with current constraints
1 parent 048f0aa commit a9573a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/admin_controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ protected function get_forum_info($forum_id)
340340
* @param bool $content The content of the JSON response (true|false)
341341
* @access protected
342342
*/
343-
protected function send_json_response(bool $content): void
343+
protected function send_json_response($content)
344344
{
345345
$json_response = new json_response;
346346
$json_response->send([

0 commit comments

Comments
 (0)