** Changed in: mahara
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1308294

Title:
  Error in profile_icon_url call

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  In htdocs/lib/user.php (approx line 2504) we have:

   if (!property_exists($user, 'profileicon') || !property_exists($user, 
'email')) {
     ...
          log_debug("profile_icon_url was passed a user without profileicon & 
email properties");
     ...
   }

  The warn is for AND but the check is for OR.

  The check should be for AND.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1308294/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to