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)) {

Comments

duaelfr’s picture

Status: Patch (to be ported) » Fixed
StatusFileSize
new1.79 KB

This 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.