mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Fixes:
- brought back comment (ops) - DBM is the class name (not dbm) Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
8d9547777e
commit
445cc1cb99
2 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,7 @@ class DFRN
|
|||
dbesc($owner_nick)
|
||||
);
|
||||
|
||||
if (! dbm::is_result($r)) {
|
||||
if (! DBM::is_result($r)) {
|
||||
logger(sprintf('No contact found for nickname=%d', $owner_nick), LOGGER_WARNING);
|
||||
killme();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue