Skip to content

Commit

Permalink
MDL-58288 fileconverter_unoconv: Fix issue with test generation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Mar 17, 2017
1 parent 98c4094 commit 2935d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/converter/unoconv/classes/converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function serve_test_document() {
$conversion->create();

// Convert the doc file to the target format and send it direct to the browser.
$conversion = $this->start_document_conversion($conversion);
$this->start_document_conversion($conversion);
do {
sleep(1);
$this->poll_conversion_status($conversion);
Expand Down

0 comments on commit 2935d0f

Please sign in to comment.