GetDKAN / dkan-tools

CLI tools for DKAN site management
https://getdkan.github.io/dkan-tools/
15 stars 14 forks source link

fix PHP Warning for undefined constant DKTL_DOCKER_PHP_ERROR #210

Closed rhabbachi closed 4 years ago

rhabbachi commented 4 years ago

Getting PHP error when running dktl uli with DKTL_MODE set to 'HOST'. I suspect this is due to the PHP being version 7.2.

image

This is a small patch to show the exception message correctly.