Steve c034838c71 Update Versioned.php
Change isset() to array_key_exists(). In the CMS, if you have a FormField such as 'My value', then you change it to '' (blank), isset() will return false because even though the key exists, the value === null by the time it reaches this point in the code, and isset() return false on null values. array_key_exists will return true with a null value
2016-11-30 14:49:03 +13:00
..
2016-07-04 23:53:55 +01:00
2016-10-04 13:56:12 -07:00
2014-08-19 09:17:15 +12:00
2015-07-20 10:48:01 +01:00
2016-07-20 19:43:41 +01:00
2016-04-26 00:24:59 +01:00
2016-10-27 16:14:01 +01:00
2016-11-30 14:49:03 +13:00