diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-09-17 06:54:04 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-09-17 06:54:04 +0000 |
| commit | d70b62b5d39984be56602406cc20b1fd42a18a6e (patch) | |
| tree | 8b169c2497f1b538256ad0ed1fe2cefca2a60c82 /view_image.php | |
| parent | 68c430c5c8d1e8d6ed00852eb207a3b2cb31ea8e (diff) | |
| download | fisheye-d70b62b5d39984be56602406cc20b1fd42a18a6e.tar.gz fisheye-d70b62b5d39984be56602406cc20b1fd42a18a6e.tar.bz2 fisheye-d70b62b5d39984be56602406cc20b1fd42a18a6e.zip | |
fix for fish and mime interaction - rushed commit cos i have to run
Diffstat (limited to 'view_image.php')
| -rw-r--r-- | view_image.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view_image.php b/view_image.php index aaf2459..19cd3f2 100644 --- a/view_image.php +++ b/view_image.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/view_image.php,v 1.12 2008/09/15 01:51:28 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/view_image.php,v 1.13 2008/09/17 06:54:04 squareing Exp $ * @package fisheye * @subpackage functions */ @@ -43,6 +43,6 @@ if( is_object( $gGallery ) && $gGallery->isCommentable() ) { $gContent->addHit(); -$gContent->mInfo['original'] = TRUE; +$gContent->mInfo['image_file']['original'] = TRUE; require_once( FISHEYE_PKG_PATH.'display_fisheye_image_inc.php' ); ?> |
