Skip to content

Commit

Permalink
Remove old line
Browse files Browse the repository at this point in the history
  • Loading branch information
collectiveaccess committed Jul 14, 2021
1 parent e91ecb0 commit 155468e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/helpers/exportHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
*
* ----------------------------------------------------------------------
*/
use \PhpOffice\PhpPresentation\PhpPresentation;
use \PhpOffice\PhpPresentation\IOFactory;
use \PhpOffice\PhpPresentation\Style\Color;
use \PhpOffice\PhpPresentation\Style\Alignment;


/**
*
Expand Down Expand Up @@ -343,8 +348,8 @@ function caExportResult($po_request, $po_result, $ps_template, $ps_output_filena
exit;
break;
case 'pptx':
$ppt = new PhpOffice\PhpPresentation\PhpPresentation();

$ppt = new \PhpOffice\PhpPresentation\PhpPresentation();
$vn_slide = 0;
while($po_result->nextHit()) {
if ($vn_slide > 0) {
Expand Down

0 comments on commit 155468e

Please sign in to comment.