diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-29 04:30:46 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-29 04:30:46 +0100 |
commit | d76fdde7cb319c21e0c088896a04d5b420816521 (patch) | |
tree | 3b5c2dfcb0f9a3eee2d3dede8e5c39fc7f773719 | |
parent | 5e1a5a696be01e9895226d2aa4b2dec7436b0f1f (diff) | |
parent | 5160f15b8029594f5f4ffc711bc19c984eecd301 (diff) | |
download | volse-hubzilla-d76fdde7cb319c21e0c088896a04d5b420816521.tar.gz volse-hubzilla-d76fdde7cb319c21e0c088896a04d5b420816521.tar.bz2 volse-hubzilla-d76fdde7cb319c21e0c088896a04d5b420816521.zip |
Merge branch 'master' of https://github.com/friendica/red
-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 a0aa4aad4..f5d01cd97 100644 --- a/mod/magic.php +++ b/mod/magic.php @@ -55,6 +55,7 @@ function magic_init(&$a) { } if(! $x) { + logger('mod_magic: channel not found.' . print_r($_REQUEST,true)); notice( t('Channel not found.') . EOL); return; } |