This commit is contained in:
Pinga 2023-12-19 02:44:38 +02:00
parent ad701c7698
commit 1707453f70

View file

@ -1981,7 +1981,7 @@ class DomainsController extends Controller
} catch (Exception $e) { } catch (Exception $e) {
$db->rollBack(); $db->rollBack();
$this->container->get('flash')->addMessage('error', 'Database failure: ' . $e->getMessage()); $this->container->get('flash')->addMessage('error', 'Database failure: ' . $e->getMessage());
return $response->withHeader('Location', '/domain/renew/'.$domainName)->withStatus(302); return $response->withHeader('Location', '/domains')->withStatus(302);
} }
$isImmediateDeletion = true; $isImmediateDeletion = true;
} }