It is better this way

pull/3471/head
Michael 2017-05-17 06:07:55 +00:00
rodzic 7daf5ecde1
commit cb3077b7a9
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -414,9 +414,7 @@ function profile_sidebar($profile, $block = 0) {
else
$p["address"] = bbcode($p["location"]);
if (isset($p["contact_photo"])) {
$p["photo"] = proxy_url($p["contact_photo"], false, PROXY_SIZE_SMALL);
} elseif (isset($p["photo"])) {
if (isset($p["photo"])) {
$p["photo"] = proxy_url($p["photo"], false, PROXY_SIZE_SMALL);
}
if ($a->theme['template_engine'] === 'internal')