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