This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Hotfix: Write context error
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.