X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FRender%2FFriendicaSmarty.php;h=2ace5688a36fc22e1bf36225ab136da29859bdad;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=13ff6234e26dbdd754b99c1482d893228e1f5f86;hpb=63e1ad7dba93187286ec9852c7321a38e3e8a9b2;p=friendica.git diff --git a/src/Render/FriendicaSmarty.php b/src/Render/FriendicaSmarty.php index 13ff6234e2..2ace5688a3 100644 --- a/src/Render/FriendicaSmarty.php +++ b/src/Render/FriendicaSmarty.php @@ -1,6 +1,6 @@ 'view/' . self::SMARTY3_TEMPLATE_FOLDER . '/']; $this->setTemplateDir($template_dirs); - + $work_dir = rtrim($work_dir, '/'); $this->setCompileDir($work_dir . '/compiled');