SilverSmith icon indicating copy to clipboard operation
SilverSmith copied to clipboard

UPDATE for PHP7+

Open mattclegg opened this issue 5 years ago • 0 comments

The problem is that our variable $_arr is not set or initialized as an array() and being undefined in the first place! This was apparently fine in PHP 7.0 and below, but not anymore. Now, PHP will NOT assume or automatically fix our problem any longer, and we need to explicitly set it as array() a priory.

mattclegg avatar Mar 05 '20 05:03 mattclegg