소스 검색

Fix stupid mistake.

Thijs Kinkhorst 22 년 전
부모
커밋
e816eb6f38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {