Skip to content
Commit d2e64850 authored by Fränk Klein's avatar Fränk Klein
Browse files

Use correct comparison for the PHP version check.

When using `>=`, PHP version 5.3.3 would be recognized as too old,
while corresponding to the requirements.

Using `>` fixes this, as it restricts the outdated notice to anything
__below__ 5.3.3.
parent 6797cb3d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment