tpzo fixed again ...

Signed-off-by: Roland Häder <roland@mxchange.org>
pull/3473/head
Roland Häder 2017-05-17 18:02:32 +02:00
rodzic afb430b908
commit f55ea4bc83
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -887,7 +887,7 @@ class Diaspora {
$cid = get_contact($handle, $uid);
if ($cid > 0) {
/// @TODO Contact-retrival should be encapsulated into an "entity" class like `Contact`
/// @TODO Contact retrieval should be encapsulated into an "entity" class like `Contact`
$r = q("SELECT * FROM `contact` WHERE `id` = %d LIMIT 1", intval($cid));
if (dbm::is_result($r)) {