Skip to content

Commit

Permalink
Fix missing dolibarr patch
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 8, 2019
1 parent 485fa69 commit e60b281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public function _readPpsWks($blockId)
$pps = new PHPExcel_Shared_OLE_PPS_File($name);
break;
default:
continue;
continue 2;
}
fseek($fh, 1, SEEK_CUR);
$pps->Type = $type;
Expand Down

0 comments on commit e60b281

Please sign in to comment.