]> git.mxchange.org Git - friendica.git/commitdiff
Changed double-quotes to single
authorRoland Häder <roland@mxchange.org>
Sat, 13 Aug 2022 21:24:03 +0000 (23:24 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 13 Aug 2022 21:24:38 +0000 (23:24 +0200)
src/Render/FriendicaSmartyEngine.php

index 9fe3bf98833d00376196849e55a37a82793ca13f..1f766ec65dbbc4fcac81a6483e7f95af19bd1dcc 100644 (file)
@@ -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:';