mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 18:16:03 +02:00
Bugfix
This commit is contained in:
parent
ad701c7698
commit
1707453f70
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue