View | Details | Raw Unified | Return to bug 6061
Collapse All | Expand All

(-)a/misc/admin/koha-preferences (-1 / +2 lines)
Lines 125-130 sub SetPreferences { Link Here
125
125
126
        _set_preference( $row->{'variable'}, $preferences{$row->{'variable'}} );
126
        _set_preference( $row->{'variable'}, $preferences{$row->{'variable'}} );
127
    }
127
    }
128
129
    C4::Context->clear_syspref_cache();
128
}
130
}
129
131
130
sub _fetch_preference {
132
sub _fetch_preference {
131
- 

Return to bug 6061