Closed (fixed)
Project:
Profile pictures
Version:
6.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2010 at 08:28 UTC
Updated:
15 Mar 2011 at 22:13 UTC
This path create when i not use imagecache - only witch*high scale:
Total problem - not see image in profile.
Comments
Comment #1
wowik73 commentedCorrect problem:
-if (module_exists('imagecache') && (gettype($attributes) == string) && $attributes != '') {
+if (module_exists('imagecache') && (gettype($attributes) == string) && $attributes != '') {
Comment #2
yeputons commentedCommited:
Fixed #917912: Total problem - not see image in profile. by wowik73: added checking wheither is imagecache_preset passed in theme_profile_picture empty.
Comment #4
jmcintyre commentedThanks for this module - it's exactly what I was looking for! Will you be releasing a new version including the change in #2?
Incidentally, #2 shows the changed line twice (profile_pictures.theme.inc @line 41) but not the original one. This might help others find and resolve the problem until a patch is posted or a new release is available: