projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5782cab
)
Update src/Module/Magic.php
author
Michael Vogel
<icarus@dabo.de>
Tue, 16 May 2023 11:54:46 +0000
(13:54 +0200)
committer
GitHub
<noreply@github.com>
Tue, 16 May 2023 11:54:46 +0000
(13:54 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Module/Magic.php
patch
|
blob
|
history
diff --git
a/src/Module/Magic.php
b/src/Module/Magic.php
index f5f9b24a0501eede8ffc34182711fc33d80b8ccb..5276252de25c57930f5803f766a9effd10a3a3e5 100644
(file)
--- a/
src/Module/Magic.php
+++ b/
src/Module/Magic.php
@@
-83,7
+83,7
@@
class Magic extends BaseModule
$this->logger->debug('bdest detected', ['dest' => $dest]);
}
- if (
!empty($addr ?: $dest)
) {
+ if (
$addr ?: $dest
) {
$contact = Contact::getByURL($addr ?: $dest);
}