Add method to return help if set in AdminConsole
Alter storage object so that errors array is created by default. This prevent getErrorCount from dying when fetching the error count and no errors have occured. Added a method to to return the errors arrayref.
This commit is contained in:
parent
548dfb6f41
commit
5f71b0e5f2
2 changed files with 17 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ The admin console is a menuing system to manage webgui's administrative function
|
|||
addSubmenuItem
|
||||
getAdminConsoleParams
|
||||
getAdminFunction
|
||||
getHelp
|
||||
new
|
||||
render
|
||||
setHelp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue