When I view my user page (/user), I get the following PHP notices:

Notice: Undefined property: stdClass::$creativecommons in creativecommons_user_view() (line 2223 of /home/XXXX/public_html/YYYY/sites/all/modules/creativecommons/creativecommons.module).
Notice: Undefined property: stdClass::$cc in creativecommons_user_view() (line 2230 of /home/XXXX/public_html/YYYY/sites/all/modules/creativecommons/creativecommons.module).
Notice: Undefined property: stdClass::$creativecommons in creativecommons_user_view() (line 2236 of /home/XXXX/public_html/YYYY/sites/all/modules/creativecommons/creativecommons.module).
Notice: Undefined property: stdClass::$creativecommons in creativecommons_user_view() (line 2245 of /home/XXXX/public_html/YYYY/sites/all/modules/creativecommons/creativecommons.module).
Notice: Undefined property: stdClass::$creativecommons in creativecommons_user_view() (line 2245 of /home/XXXX/public_html/YYYY/sites/all/modules/creativecommons/creativecommons.module).

This does not happen when I view another user's user page. And yes, I have applied the two patches here: http://drupal.org/node/910660

Thank you!

Comments

kreynen’s picture

Assigned: Unassigned » kreynen
Priority: Normal » Minor