mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix takeedit.php array_sum()
This commit is contained in:
@@ -55,7 +55,7 @@ if (!empty($_POST['pt_gen'])) {
|
||||
$updateset[] = "pt_gen = ''";
|
||||
}
|
||||
|
||||
$updateset[] = "tags = " . array_sum($_POST['tags']);
|
||||
$updateset[] = "tags = " . array_sum($_POST['tags'] ?? []);
|
||||
|
||||
if ($enablenfo_main=='yes'){
|
||||
$nfoaction = $_POST['nfoaction'];
|
||||
|
||||
Reference in New Issue
Block a user