diff options
Diffstat (limited to '')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index de2c7b8dd..89fbe04ab 100644 --- a/picture.php +++ b/picture.php @@ -244,7 +244,7 @@ DELETE FROM '.COMMENTS_TABLE.' } // incrementation of the number of hits, we do this only if no action -if (trigger_event('allow_increment_element_hit_count', true) ) +if (trigger_event('allow_increment_element_hit_count', !isset($_POST['content']) ) ) { $query = ' UPDATE |