add logging to mod/magic when channel not found so we can trace it.
This commit is contained in:
parent
0daaf35ff8
commit
be1c96996f
@ -55,6 +55,7 @@ function magic_init(&$a) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(! $x) {
|
if(! $x) {
|
||||||
|
logger('mod_magic: channel not found.' . print_r($_REQUEST,true));
|
||||||
notice( t('Channel not found.') . EOL);
|
notice( t('Channel not found.') . EOL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user