Fixed help link generation.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 21 Oct 2009 16:26:22 +0000 (16:26 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 21 Oct 2009 16:26:22 +0000 (16:26 +0000)
includes/page/header.inc

index 17bd333d22a15a193eb034e12baec744ef97e133..8b1b36e2f4c338a62221994767ebd562ed1ff14a 100644 (file)
@@ -26,7 +26,7 @@ function help_url($title, $app)
        }
        elseif ($title==_("Main Menu"))
        {
-               $help_page_url = access_string($applications[$app], true);
+               $help_page_url = access_string($_SESSION['App']->applications[$app]->name, true);
        }
        else
        {