diff options
author | friendica <info@friendica.com> | 2012-01-09 18:52:49 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-09 18:52:49 -0800 |
commit | a13156c0f31bebd11569edcf587c678a89cd4175 (patch) | |
tree | 2c4239a925bbd2c38a69d1a9a5807b23027201ba /mod | |
parent | 3bdcb5247105f41a1b436cd00727148cda2f90b9 (diff) | |
download | volse-hubzilla-a13156c0f31bebd11569edcf587c678a89cd4175.tar.gz volse-hubzilla-a13156c0f31bebd11569edcf587c678a89cd4175.tar.bz2 volse-hubzilla-a13156c0f31bebd11569edcf587c678a89cd4175.zip |
bypass D* markdown bug for now
Diffstat (limited to 'mod')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/item.php b/mod/item.php index 6b294b93e..a5fb81263 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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'] : ''); |