Fix for smilies upload
This commit is contained in:
parent
d221cd5b6e
commit
4fdba7dd57
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ $c->PUBLIC_URL = $c->BASE_URL . $forkPublicPrefix;
|
|||
$c->FORK_REVISION = 33;
|
||||
$c->START = $forkStart;
|
||||
$c->DIR_APP = __DIR__;
|
||||
$c->DIR_PUBLIC = __DIR__ . '/../public';
|
||||
$c->DIR_PUBLIC = \realpath(__DIR__ . '/../public');
|
||||
$c->DIR_CACHE = __DIR__ . '/cache';
|
||||
$c->DIR_VIEWS = __DIR__ . '/templates';
|
||||
$c->DIR_LANG = __DIR__ . '/lang';
|
||||
|
|
Loading…
Add table
Reference in a new issue