diff options
Diffstat (limited to 'FisheyeImage.php')
| -rw-r--r-- | FisheyeImage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FisheyeImage.php b/FisheyeImage.php index eb9bdb0..c2afe38 100644 --- a/FisheyeImage.php +++ b/FisheyeImage.php @@ -89,7 +89,7 @@ class FisheyeImage extends FisheyeBase { LEFT JOIN `".BIT_DB_PREFIX."users_favorites_map` ufm ON (ufm.`favorite_content_id`=lc.`content_id` AND ufm.`user_id`=uuc.`user_id`) LEFT OUTER JOIN `".BIT_DB_PREFIX."liberty_content_hits` lch ON ( lch.`content_id` = lc.`content_id` ) $joinSql $whereSql"; - if( $this->mInfo = $this->mDb->getRow( $sql, array( $bindVars ) ) ) { + if( $this->mInfo = $this->mDb->getRow( $sql, $bindVars ) ) { $this->mImageId = $this->mInfo['image_id']; $this->mContentId = $this->mInfo['content_id']; |
