Default value false for $force on Ostatus updateAvatar

This commit is contained in:
Mikael Nordfeldth 2015-01-27 14:14:24 +01:00
parent cc996f58db
commit acec8b8cf2
1 changed files with 1 additions and 1 deletions

View File

@ -1237,7 +1237,7 @@ class Ostatus_profile extends Managed_DataObject
* @return Avatar The Avatar we have on disk. (seldom used)
* @throws Exception in various failure cases
*/
public function updateAvatar($url, $force)
public function updateAvatar($url, $force=false)
{
try {
// If avatar URL differs: update. If URLs were identical but we're forced: update.