ORIENT/modules
Alexander Guth 1389f77390 Fix 'illegal string offset' warning (#3331)
Credit to @alxy 
In case a new administrator is created by a non-superuser and no permission is set directly on creation, `permissions` is not initialized correctly. Thus, when the non-superuser tries to acceess `$this->model->permissions` it is not populated with an empty array as expected.

I have actually no clue why it does work for superusers however, as they should certainly experience the same issue, but this is not the case.
2017-12-31 11:03:07 -06:00
..
backend Fix 'illegal string offset' warning (#3331) 2017-12-31 11:03:07 -06:00
cms Fix typo (#3326) 2017-12-27 13:31:34 -06:00
system Support toggling the removal of stop words in input preset handling (#3320) 2017-12-25 17:56:58 -06:00