309 - while (($current = array_shift($parents)) && (!$settings || !$settings->status || !$settings->inherit)) {
309 + while (($current = array_shift($parents)) && (!$settings || !$settings->status || !isset($settings->inherit) || !$settings->inherit)) {
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | tvi-avoid_inherit_to_be_missing-1899604-1.patch | 1.79 KB | duaelfr |
Comments
Comment #1
duaelfrThis was related to the fact I forgot to add and upgrade path for existing settings to add them the inherit value.
This patch (pushed in the dev branch) fix this issue. Do not forget to play updates when upgrading to the last dev version.
This patch is part of the #1day1patch initiative.