Update to work for Mojo 9.39 - config accessed through plugin not global hash
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<div id='module' class='module userpassword-panel'>
|
||||
|
||||
% if ($config->{debug} == 1) {
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $pwd_datas
|
||||
|
Reference in New Issue
Block a user