Explorar o código

Fix stupid mistake.

Thijs Kinkhorst %!s(int64=22) %!d(string=hai) anos
pai
achega
e816eb6f38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/page_header.php

+ 1 - 1
functions/page_header.php

@@ -75,7 +75,7 @@ function makeInternalLink($path, $text, $target='') {
 }
 
 function displayInternalLink($path, $text, $target='') {
-    echo makeInternalLink($path, $text, $target='');
+    echo makeInternalLink($path, $text, $target);
 }
 
 function displayPageHeader($color, $mailbox, $xtra='', $session=false) {