]> git.mxchange.org Git - friendica.git/blobdiff - src/Render/FriendicaSmarty.php
spelling: cached
[friendica.git] / src / Render / FriendicaSmarty.php
index 13ff6234e26dbdd754b99c1482d893228e1f5f86..2ace5688a36fc22e1bf36225ab136da29859bdad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -46,7 +46,7 @@ class FriendicaSmarty extends Smarty
 
                $template_dirs = $template_dirs + ['base' => 'view/' . self::SMARTY3_TEMPLATE_FOLDER . '/'];
                $this->setTemplateDir($template_dirs);
-               
+
                $work_dir = rtrim($work_dir, '/');
 
                $this->setCompileDir($work_dir . '/compiled');