This commit is contained in:
czaks 2015-03-10 12:57:06 +01:00
parent bdb6001f3f
commit f4bba2e9ed

View File

@ -986,6 +986,9 @@ function post(array $post) {
if ($post['op']) {
$query->bindValue(':slug', slugify($post));
}
else {
$query->bindValue(':slug', NULL);
}
if (!$query->execute()) {
undoImage($post);