Add missing close parenthesis
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7238 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
af99c0742b
commit
9935eed1f0
@ -513,7 +513,7 @@ sub scan_plugins {
|
||||
} else {
|
||||
@modulehandlerinfos=($cmd_adds->{$_});
|
||||
}
|
||||
unless (defined($cmd_handlers{$_}) {
|
||||
unless (defined($cmd_handlers{$_})) {
|
||||
$cmd_handlers{$_} = [ ];
|
||||
}
|
||||
# Add every plugin registration to cmd_handlers
|
||||
|
Loading…
Reference in New Issue
Block a user