Procházet zdrojové kódy

Fix stupid mistake.

Thijs Kinkhorst před 22 roky
rodič
revize
e816eb6f38
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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='') {
 function displayInternalLink($path, $text, $target='') {
-    echo makeInternalLink($path, $text, $target='');
+    echo makeInternalLink($path, $text, $target);
 }
 }
 
 
 function displayPageHeader($color, $mailbox, $xtra='', $session=false) {
 function displayPageHeader($color, $mailbox, $xtra='', $session=false) {