We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce9b44 commit 9207a67Copy full SHA for 9207a67
1 file changed
ForgeIgniter/modules/blog/controllers/Admin.php
@@ -101,7 +101,7 @@ function add_post()
101
);
102
103
// tidy tags
104
- $tags = '';
+ $tags = [];
105
if ($this->input->post('tags'))
106
{
107
foreach (explode(',', $this->input->post('tags')) as $tag)
@@ -175,7 +175,7 @@ function edit_post($postID)
175
}
176
177
178
179
180
181
0 commit comments