]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Post/Edit.php
Adjust class references to the new location
[friendica.git] / src / Module / Post / Edit.php
index 347c00725ba86442103e886b2cca006edf1675e9..11c50ff130408e5d3a0afa53dae0a0a68d54b21d 100644 (file)
@@ -104,6 +104,7 @@ class Edit extends BaseModule
 
                $this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
                        '$ispublic'  => ' ',
+                       '$geotag'    => '',
                        '$nickname'  => $this->app->getLoggedInUserNickname(),
                        '$is_mobile' => $this->mode->isMobile(),
                ]);