projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d921ca2
)
typo found in the php.logs
author
Tobias Diekershoff
<tobias.diekershoff@gmx.net>
Sun, 24 Mar 2013 08:37:11 +0000
(09:37 +0100)
committer
Tobias Diekershoff
<tobias.diekershoff@gmx.net>
Sun, 24 Mar 2013 08:37:11 +0000
(09:37 +0100)
mod/item.php
patch
|
blob
|
history
diff --git
a/mod/item.php
b/mod/item.php
index cca40e3a0216de1fcc955349a0175cb4ae3fbe44..ab4a989ecf6e639204eb301d65dfe37dac371f0f 100644
(file)
--- a/
mod/item.php
+++ b/
mod/item.php
@@
-971,7
+971,7
@@
function item_content(&$a) {
if (is_ajax()){
// ajax return: [<item id>, 0 (no perm) | <owner id>]
echo json_encode(array(intval($a->argv[2]), intval($o)));
- kllme();
+ k
i
llme();
}
}
return $o;