some minor documentation updates and corrections

This commit is contained in:
friendica
2013-11-13 16:30:20 -08:00
parent 44e21c1ef1
commit 13fb987b04
5 changed files with 30 additions and 20 deletions
+2
View File
@@ -6,6 +6,8 @@ function magic_init(&$a) {
logger('mod_magic: invoked', LOGGER_DEBUG);
logger('mod_magic: args: ' . print_r($_REQUEST,true),LOGGER_DATA);
$addr = ((x($_REQUEST,'addr')) ? $_REQUEST['addr'] : '');
$hash = ((x($_REQUEST,'hash')) ? $_REQUEST['hash'] : '');
$dest = ((x($_REQUEST,'dest')) ? $_REQUEST['dest'] : '');