Revision 5f45c47f
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
SL/Controller/CustomVariableConfig.pm | ||
---|---|---|
64 | 64 |
split m/;/, ($self->config->flags || '') |
65 | 65 |
}); |
66 | 66 |
|
67 |
$::lxdebug->dump(0, "cflags", $self->config->flags); |
|
68 |
$::lxdebug->dump(0, "flags", $self->flags); |
|
69 |
|
|
70 | 67 |
$self->render('custom_variable_config/form', %params); |
71 | 68 |
} |
72 | 69 |
|
Auch abrufbar als: Unified diff
Debugcode entfernt