No need to invoke a session to get a config file.
This commit is contained in:
parent
f0b59bc52d
commit
c4f5d937e2
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ use Cwd qw(realpath);
|
|||
|
||||
start_step "Removing FilePile asset from config file";
|
||||
|
||||
session->config->deleteFromHash( 'assets', 'WebGUI::Asset::FilePile' );
|
||||
config->deleteFromHash( 'assets', 'WebGUI::Asset::FilePile' );
|
||||
|
||||
done;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue