Issue-9358 (now for real) commenting and updating on contact now work
This commit is contained in:
parent
c184994660
commit
5998c3995e
4 changed files with 24 additions and 18 deletions
|
|
@ -452,8 +452,8 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
|||
$profile_owner = 0;
|
||||
|
||||
if (!$update) {
|
||||
$live_update_div = '<div id="live-contacts"></div>' . "\r\n"
|
||||
. "<script> var profile_uid = -1; var netargs = '" . substr(DI::args()->getCommand(), 9)
|
||||
$live_update_div = '<div id="live-contact"></div>' . "\r\n"
|
||||
. "<script> var profile_uid = -1; var netargs = '" . substr(DI::args()->getCommand(), 8)
|
||||
."/?f='; </script>\r\n";
|
||||
}
|
||||
} elseif ($mode === 'search') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue