mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-19 20:37:29 +08:00
fix takeedit.php array_sum()
This commit is contained in:
+1
-1
@@ -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