fixes to thing profile assignments

This commit is contained in:
friendica
2014-02-11 16:56:39 -08:00
parent 9498ed17ab
commit b5728fa42e
5 changed files with 9 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ function item_post(&$a) {
call_hooks('post_local_start', $_REQUEST);
logger('postvars ' . print_r($_REQUEST,true), LOGGER_DATA);
// logger('postvars ' . print_r($_REQUEST,true), LOGGER_DATA);
$api_source = ((x($_REQUEST,'api_source') && $_REQUEST['api_source']) ? true : false);