Michael Steenbeek d89ade7ebe Fix use of undefined constant where string was intended
function_exists() takes a string, but an undefined constant was passed. If a constant is undefined, PHP will convert it to a string, but this is very dirty behaviour.
2018-11-12 12:10:38 +01:00
..
2018-11-12 08:52:12 +01:00
2018-10-28 08:10:56 +01:00
2018-08-06 06:56:45 +02:00