ORIENT/modules
tschallacka c4fffbd6f7 Fixed form field parsing to accept no config
If a programmer would define a yaml like

    fields:

        shortcut:

        country:

It would fail with message

    "array_key_exists() expects parameter 2 to be array, null given" on line 275 of ..\modules\backend\classes\FormField.php

The yaml parsing returns a null. This check intercepts that null value being passed to the function and turns it into a proper array.
2015-10-09 16:06:23 +02:00
..
backend Fixed form field parsing to accept no config 2015-10-09 16:06:23 +02:00
cms Minor styling fix 2015-10-07 07:22:16 +11:00
system Merge pull request #1488 from vojtasvoboda/feature/duplicate-array-keys 2015-10-05 08:45:48 +11:00