mirror of
https://github.com/friendica/friendica
synced 2024-11-18 05:43:42 +00:00
Changed double-quotes to single
This commit is contained in:
parent
52d1b9905e
commit
c1c37da545
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ use Friendica\Util\Strings;
|
|||
*/
|
||||
final class FriendicaSmartyEngine extends TemplateEngine
|
||||
{
|
||||
static $name = "smarty3";
|
||||
static $name = 'smarty3';
|
||||
|
||||
const FILE_PREFIX = 'file:';
|
||||
const STRING_PREFIX = 'string:';
|
||||
|
|
Loading…
Reference in a new issue