|
@@ -369,7 +369,7 @@ |
|
|
block discarded – undo |
|
369
|
369
|
// And a bit more for database changes. |
|
370
|
370
|
if ($context['uninstalling'] && !empty($context['database_changes'])) |
|
371
|
371
|
echo ' |
|
372
|
|
- makeToggle(document.getElementById(\'db_changes_div\'), ', JavaScriptEscape($txt['package_db_uninstall_details']) , ');'; |
|
|
372
|
+ makeToggle(document.getElementById(\'db_changes_div\'), ', JavaScriptEscape($txt['package_db_uninstall_details']), ');'; |
|
373
|
373
|
|
|
374
|
374
|
echo ' |
|
375
|
375
|
</script>'; |
Please login to merge, or discard this patch.