Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Hotfix: Write context error

Choose a tag to compare

@cyrillbolliger cyrillbolliger released this 01 Sep 07:56
· 42 commits to master since this release

In PHP versions < 5.5 a write context error occured because if empty() was used on a return value. Before checking if empty, the result is now stored in a variable.