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