]> git.mxchange.org Git - friendica.git/blobdiff - mod/poke.php
Remove duplicate $baseurl template variable
[friendica.git] / mod / poke.php
index b8a1ba7bfd1fcee0b935d10ff4d45ed04addb2ac..e8ddf86cd3ad3abc4f527f2a7a0bcf19e440d046 100644 (file)
@@ -154,15 +154,11 @@ function poke_content(App $a)
        $name = $contact['name'];
        $id = $contact['id'];
 
-       $base = System::baseUrl();
-
        $head_tpl = Renderer::getMarkupTemplate('poke_head.tpl');
        $a->page['htmlhead'] .= Renderer::replaceMacros($head_tpl,[
                '$baseurl' => System::baseUrl(true),
-               '$base' => $base
        ]);
 
-
        $parent = (!empty($_GET['parent']) ? intval($_GET['parent']) : '0');