diff --git a/hwe/index.php b/hwe/index.php index 4768e348..919feaed 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -180,7 +180,7 @@ echo " "; -$vote = $admin['vote']; +$vote = $admin['vote']?:['']; $vote[0] = Tag2Code($vote[0]); if ($vote[0] == "") { echo "진행중 설문 없음";