The 'Reset to Defaults' link does not appear properly, due to a logic error.
Line 3320 should be:
if (is_numeric(arg(1)) && $default->updated) {
The 'Reset to Defaults' link does not appear properly, due to a logic error.
Line 3320 should be:
if (is_numeric(arg(1)) && $default->updated) {
Comments
Comment #1
agentrickardThis has been committed to 5.x.2 branch and HEAD. It is minor, so no new release.
Comment #2
(not verified) commented