Browse Source

...

pull/40/head
czaks 9 years ago
parent
commit
f4bba2e9ed
  1. 3
      inc/functions.php

3
inc/functions.php

@ -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);

Loading…
Cancel
Save