This commit is contained in:
Thomas Willingham 2013-05-29 04:30:46 +01:00
commit d76fdde7cb

View file

@ -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;
}