Revision cf093b35
Added by Renato Botelho almost 10 years ago
src/etc/inc/upgrade_config.inc | ||
---|---|---|
3979 | 3979 |
if (isset($config['system']['altpkgrepo'])) { |
3980 | 3980 |
unset($config['system']['altpkgrepo']); |
3981 | 3981 |
} |
3982 |
|
|
3983 |
if (isset($config['theme'])) { |
|
3984 |
unset($config['theme']); |
|
3985 |
} |
|
3982 | 3986 |
} |
3983 | 3987 |
|
3984 | 3988 |
function upgrade_123_to_124() { |
Also available in: Unified diff
Remove more references to theme, ticket #5333