]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
The fcontact table is now updated in the background to improve performance
[friendica.git] / mod / editpost.php
index 9f9041811e3875a7b2e52f3d7892cc6fa2f91b1e..3fb8c80ec0510bff5c09260ea8115c684f4ff7f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -83,7 +83,7 @@ function editpost_content(App $a)
 
        Hook::callAll('jot_tool', $jotplugins);
 
-       $tpl = Renderer::getMarkupTemplate("jot.tpl");
+       $tpl = Renderer::getMarkupTemplate('jot.tpl');
        $o .= Renderer::replaceMacros($tpl, [
                '$is_edit' => true,
                '$return_path' => '/display/' . $item['guid'],