PHP Classes

if bug

Recommend this page to a friend!

      eiseXLSX  >  All threads  >  if bug  >  (Un) Subscribe thread alerts  
Subject:if bug
Summary:test
Messages:1
Author:Honji Aharen
Date:2014-07-19 10:59:25
 

  1. if bug   Reply   Report abuse  
Picture of Honji Aharen Honji Aharen - 2014-07-19 10:59:25
eiseXLSX
insert line 48 $path = $templatePath;
replce line 136 $c = &$this->addCell($x, $y);
changed $c = &$this->addCell($x, $y, $t);

replace line 660 private function addCell($x, $y){
changed private function addCell($x, $y, $t){

above correctly worked