flangefrog Posted September 8, 2014 Report Posted September 8, 2014 Could one of the Blesta devs please let me know what validation checks the below TODO is referring to? public function addService($package, array $vars = null, $parent_package = null, $parent_service = null, $status = "pending") { # # TODO: Handle validation checks # Quote
Tyson Posted September 8, 2014 Report Posted September 8, 2014 The todo refers to checking the input fields contained in $vars to ensure the fields required by the module are defined and valid for use when adding the service. Michael 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.