mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed the search of enterprise help files
* general/pandora_help.php: Error fixes on the help file search.
This commit is contained in:
parent
e84e4f2f28
commit
d3b484372e
@ -1,3 +1,8 @@
|
|||||||
|
2014-09-03 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||||
|
|
||||||
|
* general/pandora_help.php: Error fixes on the help file
|
||||||
|
search.
|
||||||
|
|
||||||
2014-09-03 Ramon Novoa <rnovoa@artica.es>
|
2014-09-03 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* include/help/en/help_alert_macros.php,
|
* include/help/en/help_alert_macros.php,
|
||||||
|
@ -49,8 +49,8 @@ $safe_language = safe_url_extraclean ($user_language, "en");
|
|||||||
|
|
||||||
$safe_id = safe_url_extraclean ($id, "");
|
$safe_id = safe_url_extraclean ($id, "");
|
||||||
$files = array ($config["homedir"]."/include/help/".$safe_language."/help_".$safe_id.".php",
|
$files = array ($config["homedir"]."/include/help/".$safe_language."/help_".$safe_id.".php",
|
||||||
$config["homedir"].ENTERPRISE_DIR."/include/help/".$safe_language."/help_".$safe_id.".php",
|
$config["homedir"]."/".ENTERPRISE_DIR."/include/help/".$safe_language."/help_".$safe_id.".php",
|
||||||
$config["homedir"].ENTERPRISE_DIR."/include/help/en/help_".$safe_id.".php",
|
$config["homedir"]."/".ENTERPRISE_DIR."/include/help/en/help_".$safe_id.".php",
|
||||||
$config["homedir"]."/include/help/en/help_".$safe_id.".php");
|
$config["homedir"]."/include/help/en/help_".$safe_id.".php");
|
||||||
$help_file = '';
|
$help_file = '';
|
||||||
foreach ($files as $file) {
|
foreach ($files as $file) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user