- Fixed bug #2690. Patch by Bruno.
parent
6f4e902e3b
commit
e330d7c654
|
@ -55,9 +55,9 @@ function locale_help($section = "admin/locale/help") {
|
|||
}
|
||||
|
||||
function locale_system($field){
|
||||
$output;
|
||||
$output = "";
|
||||
|
||||
if ($field == "description") {locale_help($output = "admin/system/module");};
|
||||
if ($field == "description") { $output = locale_help("admin/system/modules"); }
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
|
|
@ -55,9 +55,9 @@ function locale_help($section = "admin/locale/help") {
|
|||
}
|
||||
|
||||
function locale_system($field){
|
||||
$output;
|
||||
$output = "";
|
||||
|
||||
if ($field == "description") {locale_help($output = "admin/system/module");};
|
||||
if ($field == "description") { $output = locale_help("admin/system/modules"); }
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue