Compare commits

..

No commits in common. "85b2a86b00e161ca60461bc7e47fe244b92ed236" and "b52efc947cd50b29146734fbc7f829676b0c4396" have entirely different histories.

View File

@ -476,7 +476,7 @@ class keywordManage
} }
} }
} }
} else if((empty($arr3)||empty($arr1)) && !empty($arr2)){ } else {
foreach ($arr2 as $b) { foreach ($arr2 as $b) {
$keywords[] = $b; $keywords[] = $b;
} }