2022.09-rc
Fabio Comuni 2011-04-01 09:00:53 +02:00
rodzic 8fbc606616
commit b59c504b16
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2675,7 +2675,7 @@ if(! function_exists('item_photo_menu')){
function item_photo_menu($item){
$a = get_app();
if (!isset($a->autors)){
if (!isset($a->authors)){
$rr = q("SELECT id, network, url FROM contact WHERE uid=%d AND self!=1", intval(local_user()));
$authors = array();
foreach($rr as $r) $authors[$r['url']]= $r;