فهرست منبع

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) {