From 4ca835019575275f5df9c4b4a6f4ea4c97397350 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 18 Sep 2015 15:48:05 +0300 Subject: [PATCH] Fix another notice --- view-action.php | 1 + 1 file changed, 1 insertion(+) diff --git a/view-action.php b/view-action.php index ab3fa41..87b893d 100644 --- a/view-action.php +++ b/view-action.php @@ -12,6 +12,7 @@ include_once("fof-main.php"); +$items = []; while (list ($key, $val) = each ($_POST)) { $first = false;