Skip to content

Commit 96f69dc

Browse files
author
Marius Cramer
committed
Fixed: FS#3400 - Interface Settings - clicking "Settings" duplicates input form
1 parent 5afa9db commit 96f69dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/tools/interface_settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function onAfterUpdate() {
126126
print '<script type="text/javascript">document.location.reload();</script>';
127127
exit;
128128
}
129-
else parent::onShow();
129+
//else parent::onShow();
130130
}
131131

132132

0 commit comments

Comments
 (0)