aboutsummaryrefslogtreecommitdiffstats
path: root/admin/derivatives.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/derivatives.php')
-rw-r--r--admin/derivatives.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/derivatives.php b/admin/derivatives.php
index 94a558638..a40e3f3c3 100644
--- a/admin/derivatives.php
+++ b/admin/derivatives.php
@@ -214,6 +214,7 @@ if ( isset($_POST['d']) )
{// disabled
if (isset($enabled[$type]))
{// now disabled, before was enabled
+ $changed_types[] = $type;
$disabled[$type] = $enabled[$type];
unset($enabled[$type]);
}