alt3/cakephp-swagger

Index.ctp for Ui template references undefined variable

bmudda opened this issue · 2 comments

In cakephp-swagger/src/Template/Ui/index.ctp file, $userConfig should be $uiConfig. Currently the title field never gets reflected with what is being set in swagger.php file because $userConfig is not set from the controller, only $uiConfig is set.

Nice find mr. @bmudda, feel free to submit a PR

Closing as a PR is now open. #27