Form inheritance work for lists, removal of $session{os}{slash}
This commit is contained in:
parent
abe85d439e
commit
99df1f414e
90 changed files with 1364 additions and 1168 deletions
|
|
@ -77,7 +77,7 @@ Flushes the caching system. Must be overridden.
|
|||
=cut
|
||||
|
||||
sub flush {
|
||||
rmtree($WebGUI::Session::session{config}{uploadsPath}.$WebGUI::Session::session{os}{slash}."temp");
|
||||
rmtree($WebGUI::Session::session{config}{uploadsPath}."/temp");
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue