diff options
author | friendica <info@friendica.com> | 2013-05-28 22:03:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-28 22:03:35 -0700 |
commit | ea11ff57ce3770bd56cba0f67ec026c74d8e5f73 (patch) | |
tree | 4b367d8310f576635c9971af32617036a9c95265 /mod | |
parent | 5160f15b8029594f5f4ffc711bc19c984eecd301 (diff) | |
download | volse-hubzilla-ea11ff57ce3770bd56cba0f67ec026c74d8e5f73.tar.gz volse-hubzilla-ea11ff57ce3770bd56cba0f67ec026c74d8e5f73.tar.bz2 volse-hubzilla-ea11ff57ce3770bd56cba0f67ec026c74d8e5f73.zip |
more modmagic tracking
Diffstat (limited to 'mod')
-rw-r--r-- | mod/magic.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/magic.php b/mod/magic.php index f5d01cd97..0ecfca4ab 100644 --- a/mod/magic.php +++ b/mod/magic.php @@ -27,6 +27,7 @@ function magic_init(&$a) { $b = explode('/',$dest); if(count($b) >= 2) $u = $b[0] . '//' . $b[2]; + logger('mod_magic: fallback: ' . $b . ' -> ' . $u); $x = q("select xchan.xchan_url, hubloc.* from xchan left join hubloc on xchan_hash = hubloc_hash where hubloc_url = '%s' order by hubloc_id desc limit 1", |