SilverSmith
SilverSmith copied to clipboard
UPDATE for PHP7+
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.