bypass D* markdown bug for now
This commit is contained in:
parent
3bdcb52471
commit
a13156c0f3
5 changed files with 31 additions and 3 deletions
|
@ -38,6 +38,8 @@ function item_post(&$a) {
|
|||
|
||||
call_hooks('post_local_start', $_POST);
|
||||
|
||||
logger('postvars' . print_r($_POST,true));
|
||||
|
||||
$api_source = ((x($_POST,'api_source') && $_POST['api_source']) ? true : false);
|
||||
$return_path = ((x($_POST,'return')) ? $_POST['return'] : '');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue