From: hickert Date: Fri, 14 Mar 2008 10:40:33 +0000 (+0000) Subject: svnu X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3e396edcce2b51b1bf7c44a179252d1cb93613a2;p=gosa.git svnu git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9828 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/helpviewer.php b/gosa-core/html/helpviewer.php index 28c5d64ac..214507005 100644 --- a/gosa-core/html/helpviewer.php +++ b/gosa-core/html/helpviewer.php @@ -146,7 +146,7 @@ if(session::is_set('current_class_for_help')){ $path = $tmp->get_path($_GET['plug']); $helpobject['currentplug'] = $path; $helpobject['file'] = "index.html"; - $helpdir = "../doc/guide/user/".$helpobject['lang']."/html/".preg_replace("/^.*\//i","",$helpobject['currentplug']); + $helpdir = "../doc/core/".$helpobject['lang']."/html/".preg_replace("/^.*\//i","",$helpobject['currentplug']); if(empty($helpobject['currentplug'])){ $helpdir= ""; }