diff options
| -rwxr-xr-x | view_image_details.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view_image_details.php b/view_image_details.php index a561be2..b7e2dce 100755 --- a/view_image_details.php +++ b/view_image_details.php @@ -17,6 +17,7 @@ global $gBitSystem, $gDebug; include_once FISHEYE_PKG_INCLUDE_PATH.'image_lookup_inc.php'; $gContent->invokeServices( 'content_display_function', $displayHash ); +$gContent->addHit(); if( is_object( $gGallery ) && $gGallery->isCommentable() ) { $commentsParentId = $gContent->mContentId; |
