Fix bad EMS Submissions merging.
This commit is contained in:
parent
4d0fa5370f
commit
40cec4b855
3 changed files with 2 additions and 8 deletions
|
|
@ -793,7 +793,6 @@ sub www_addSubmission {
|
|||
$session->http->setMimeType( 'text/html' );
|
||||
}
|
||||
my $content = '<h1>' . $title . '</h1><ul>' . $listOfLinks . '</ul>' ;
|
||||
use lib '/root/pb/lib'; use dav; dav::log $content;
|
||||
if( $asJson ) {
|
||||
return JSON->new->encode( { text => $content, title => $title, id => 'list' . rand } );
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue