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