mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 14:00:56 +08:00
fix compatibility with php8
This commit is contained in:
2
tags.php
2
tags.php
@@ -21,7 +21,7 @@ function insert_tag($name, $description, $syntax, $example, $remarks)
|
||||
stdhead($lang_tags['head_tags']);
|
||||
begin_main_frame();
|
||||
begin_frame($lang_tags['text_tags']);
|
||||
$test = $_POST["test"];
|
||||
$test = $_POST["test"] ?? '';
|
||||
?>
|
||||
<p><?php echo $lang_tags['text_bb_tags_note'] ?></p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user