diff options
author | friendica <info@friendica.com> | 2012-03-25 19:48:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-25 19:48:17 -0700 |
commit | be52ec6f5ad57493286068df8b854a13a815dbf9 (patch) | |
tree | 41e87f0ba4fb2aa0c193eb39b1356bdc3533722d /mod | |
parent | c88674aaf23ede573f19a2b363dfccf9627a5dcb (diff) | |
parent | 7873347c65ecf936661130392a8680dbad162056 (diff) | |
download | volse-hubzilla-be52ec6f5ad57493286068df8b854a13a815dbf9.tar.gz volse-hubzilla-be52ec6f5ad57493286068df8b854a13a815dbf9.tar.bz2 volse-hubzilla-be52ec6f5ad57493286068df8b854a13a815dbf9.zip |
Merge branch 'pull'
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index fc1c5fd0f..5baae2bde 100755 --- a/mod/item.php +++ b/mod/item.php @@ -624,7 +624,7 @@ function item_post(&$a) { dbesc($datarray['attach']), intval($datarray['bookmark']), intval($datarray['origin']), - intval($datarry['moderated']) + intval($datarray['moderated']) ); $r = q("SELECT `id` FROM `item` WHERE `uri` = '%s' LIMIT 1", |