diff --git a/lib/action.php b/lib/action.php index 86b4908b3d..bab8a6dbcc 100644 --- a/lib/action.php +++ b/lib/action.php @@ -662,7 +662,7 @@ class Action extends HTMLOutputter // lawsuit $httpUrl = common_config('site', 'logo'); if (!empty($httpUrl)) { try { - $f = File::getByUrl('url', $httpUrl); + $f = File::getByUrl($httpUrl); if (!empty($f->filename)) { // this will handle the HTTPS case $logoUrl = File::url($f->filename);