]> git.mxchange.org Git - mailer.git/commitdiff
Was missing :(
authorRoland Häder <roland@mxchange.org>
Sat, 24 Nov 2012 23:50:03 +0000 (23:50 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 24 Nov 2012 23:50:03 +0000 (23:50 +0000)
inc/modules/admin/admin-inc.php

index e8257ceaeed4a77ec53c85441fe4bc4c10f01b5f..505bcc0f82e90b90a9bd1a9ae52b4d4f9834a475 100644 (file)
@@ -574,7 +574,7 @@ function adminSaveSettings (&$postData, $tableName = '_config', $whereStatement
        //* BUG: */ reportBug(__FUNCTION__, __LINE__, '<pre>'.print_r(postRequestArray(), TRUE).'</pre>');
        foreach ($postData as $id => $val) {
                // Process only formular field but not submit buttons ;)
-               if ($id == 'ok') {
+               if ($id =='save_config') {
                        // Skip this button
                        continue;
                } // END - if