R4dix
R4dix
You have to change the following line in Version.php (94 - 101): ` public function getECBlocksForLevel($ecLevel) { return $this->ecBlocks[$ecLevel->getOrdinal()]; }` to: ` public function getECBlocksForLevel($ecLevel) { if(is_array($this->ecBlocks)){ return $this->ecBlocks[$ecLevel->getOrdinal()]; }else{...
Have you implemented this feature yet?
Thanks mate i will check it out immediately 👍
My main purpose for this was using the inspector of Google Chrome without a second click and for this yes it works. Thank you for that mate!