We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36cd1a commit 015f580Copy full SHA for 015f580
1 file changed
ForgeIgniter/modules/shop/controllers/admin.php
@@ -139,7 +139,7 @@ function add_product()
139
else
140
{
141
// tidy tags
142
- $tags = '';
+ $tags = [];
143
if ($this->input->post('tags'))
144
145
foreach (explode(',', $this->input->post('tags')) as $tag)
@@ -265,7 +265,7 @@ function edit_product($productID)
265
}
266
267
268
269
270
271
0 commit comments