In fulltext.php, doDropMapping should not exit() on error but return so we can send...
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@digix.(none)>
Thu, 11 Mar 2010 23:28:49 +0000 (00:28 +0100)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@digix.(none)>
Thu, 11 Mar 2010 23:28:49 +0000 (00:28 +0100)
fulltext.php

index 40c3034fba5857965277ef3abe6c3776a62840d0..dc71dd63719faee061b15044fdcb0d8993e3b767 100644 (file)
 
                if (empty($_REQUEST['mapping']) && empty($_REQUEST['ma'])) {
                        doDefault($lang['strftsspecifymappingtodrop']);
-                       exit();
+                       return;
                }
 
                if (empty($_REQUEST['ftscfg'])) {
                        doDefault($lang['strftsspecifyconfigtoalter']);
-                       exit();
+                       return;
                }
 
                if ($confirm) {