projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75700a7
)
Threaded item when in single post display
author
Domovoy
<domovoy@errlock.org>
Fri, 3 Aug 2012 19:34:29 +0000
(21:34 +0200)
committer
Domovoy
<domovoy@errlock.org>
Fri, 3 Aug 2012 19:34:29 +0000
(21:34 +0200)
mod/display.php
patch
|
blob
|
history
diff --git
a/mod/display.php
b/mod/display.php
index 92ffd1a7095c7cc1b07bd8de1978f301fb84aa22..65e1781ee1acf8359c246f5e5ae334491db2663a 100644
(file)
--- a/
mod/display.php
+++ b/
mod/display.php
@@
-113,8
+113,9
@@
function display_content(&$a) {
);
}
-
- $o .= conversation($a,$r,'display', false);
+ $items = conv_sort($r,"`commented`");
+
+ $o .= conversation($a,$items,'display', false, false, true);
}
else {