summaryrefslogtreecommitdiffstats
path: root/04_fix_online_help_location.patch
blob: bd982189022846e9d52cf0c4d188257afb16f8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff -up gosa-combined-2.6.10/html/helpviewer.php.04 gosa-combined-2.6.10/html/helpviewer.php
--- gosa-combined-2.6.10/html/helpviewer.php.04	2010-01-26 09:27:39.000000000 +0100
+++ gosa-combined-2.6.10/html/helpviewer.php	2010-05-24 08:23:40.308670455 +0200
@@ -104,7 +104,7 @@ $helpdir ="";
 if(session::global_is_set('current_class_for_help')){
 
   /* Create new XML parser with the path to the Xml file */
-  $xml = new parseXml("../doc/guide.xml");
+  $xml = new parseXml("/etc/gosa/guide.xml");
   
   /* Generate help array */
   $str = $xml->parse();
diff -up gosa-combined-2.6.10/update-gosa.04 gosa-combined-2.6.10/update-gosa
--- gosa-combined-2.6.10/update-gosa.04	2010-05-24 08:23:14.269545335 +0200
+++ gosa-combined-2.6.10/update-gosa	2010-05-24 08:23:40.308670455 +0200
@@ -195,7 +195,7 @@ function rescan_i18n()
 
 function rescan_guide()
 {
-	$master_guide= "doc/guide.xml";
+	$master_guide= "/etc/gosa/guide.xml";
 	echo "Updating Online Help Index...\n";
 	$master_guide_content="<?xml version=\"1.0\"?>\n".
 		"<!--\n".