Browse Source

Fix stupid mistake.

Thijs Kinkhorst 22 years ago
parent
commit
e816eb6f38
1 changed files with 1 additions and 1 deletions
  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) {