Changed double-quotes to single
This commit is contained in:
parent
52d1b9905e
commit
c1c37da545
|
@ -31,7 +31,7 @@ use Friendica\Util\Strings;
|
||||||
*/
|
*/
|
||||||
final class FriendicaSmartyEngine extends TemplateEngine
|
final class FriendicaSmartyEngine extends TemplateEngine
|
||||||
{
|
{
|
||||||
static $name = "smarty3";
|
static $name = 'smarty3';
|
||||||
|
|
||||||
const FILE_PREFIX = 'file:';
|
const FILE_PREFIX = 'file:';
|
||||||
const STRING_PREFIX = 'string:';
|
const STRING_PREFIX = 'string:';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user