Minor updates
This commit is contained in:
@@ -39,7 +39,9 @@ class Controller_Domain extends Controller_TemplateDefault {
|
||||
));
|
||||
}
|
||||
|
||||
public function action_detail($domain_name=NULL) {
|
||||
public function action_detail() {
|
||||
$domain_name = $this->request->param('id');
|
||||
|
||||
if (is_null($domain_name) AND (empty($_POST['domain_name']) OR ! $domain_name = $_POST['domain_name'])) {
|
||||
SystemMessage::add(array(
|
||||
'title'=>_('DOMAIN_NAME is required'),
|
||||
|
Reference in New Issue
Block a user