Merge pull request #4385 from tobiasd/20180203-smarties

added missing constant
This commit is contained in:
Michael Vogel 2018-02-03 13:38:55 +01:00 committed by GitHub
commit 2a00ac790f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ namespace Friendica\Render;
use Friendica\Core\Addon;
define('SMARTY3_TEMPLATE_FOLDER', 'templates');
class FriendicaSmartyEngine implements ITemplateEngine
{
static $name = "smarty3";