move var -> share
This commit is contained in:
parent
894385396c
commit
e4792fe9d9
11 changed files with 6 additions and 6 deletions
|
|
@ -73,7 +73,7 @@ sub getFile {
|
|||
if ($self->getStorageId) {
|
||||
return WebGUI::Storage->get($self->session, $self->getStorageId)->getPath($self->getFilename);
|
||||
} else {
|
||||
return WebGUI::Paths->var . '/default.ttf';
|
||||
return WebGUI::Paths->share . '/default.ttf';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue