diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-03 11:35:47 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-03 11:35:47 +0200 |
commit | 7850b04853e61d85a5657410b31aa36db4c19ec4 (patch) | |
tree | aafe878eade5a433a1d0f583eaec6113615bc5e4 /include | |
parent | b6f18a9a0b044339e334139284294a246ab245ad (diff) | |
parent | 84feff9500db2b66c977749e0c5b777259031783 (diff) | |
download | volse-hubzilla-7850b04853e61d85a5657410b31aa36db4c19ec4.tar.gz volse-hubzilla-7850b04853e61d85a5657410b31aa36db4c19ec4.tar.bz2 volse-hubzilla-7850b04853e61d85a5657410b31aa36db4c19ec4.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'include')
-rw-r--r-- | include/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php index ac14548a5..7c7da8727 100644 --- a/include/network.php +++ b/include/network.php @@ -1089,7 +1089,7 @@ function discover_by_webbie($webbie) { // If we discover zot - don't search further; grab the info and get out of // here. - if($link['rel'] == 'http://purl.org/zot/protocol') { + if($link['rel'] === PROTOCOL_ZOT) { logger('discover_by_webbie: zot found for ' . $webbie, LOGGER_DEBUG); if(array_key_exists('zot',$x) && $x['zot']['success']) $i = import_xchan($x['zot']); |