Don't kill preaction's contentHandlers.
This commit is contained in:
parent
df5683246d
commit
57b1e47f30
1 changed files with 3 additions and 0 deletions
|
|
@ -140,6 +140,9 @@ sub installFilePumpHandler {
|
|||
push @{ $newHandlers }, $handler;
|
||||
}
|
||||
}
|
||||
else {
|
||||
$newHandlers = $handlers;
|
||||
}
|
||||
$session->config->set('contentHandlers', $newHandlers);
|
||||
|
||||
##Admin Console
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue