diff options
author | Simon <simon@kisikew.org> | 2012-03-25 19:47:39 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-25 19:47:39 -0700 |
commit | 7873347c65ecf936661130392a8680dbad162056 (patch) | |
tree | 6970f04af670ba8aaa923727309a361465c0b031 /mod | |
parent | 8ac59d81f37761d631b78a7bfedf914141b710ee (diff) | |
parent | ca1e2254c9bbad75d4fa479a6ad7b5f38386a7ef (diff) | |
download | volse-hubzilla-7873347c65ecf936661130392a8680dbad162056.tar.gz volse-hubzilla-7873347c65ecf936661130392a8680dbad162056.tar.bz2 volse-hubzilla-7873347c65ecf936661130392a8680dbad162056.zip |
Merge pull request #167 from unary/typo
typo datarry -> datarray
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", |