projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baeb735
)
typo datarry -> datarray
author
Michael Johnston
<michaelgeorgejohnston@gmail.com>
Sun, 25 Mar 2012 20:00:11 +0000
(16:00 -0400)
committer
Michael Johnston
<michaelgeorgejohnston@gmail.com>
Sun, 25 Mar 2012 20:00:11 +0000
(16:00 -0400)
mod/item.php
patch
|
blob
|
history
diff --git
a/mod/item.php
b/mod/item.php
index fc1c5fd0f4c91844cfb0b6c3f070abb7223b7246..5baae2bde7673e120af4b6e8ddde49ac18aad0cf 100755
(executable)
--- 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($datarr
a
y['moderated'])
);
$r = q("SELECT `id` FROM `item` WHERE `uri` = '%s' LIMIT 1",