Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
0208a6aa
Commit
0208a6aa
authored
Jun 27, 2011
by
Jerome Mariette
Browse files
fix bug
parent
9b28bd0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
0208a6aa
...
...
@@ -532,7 +532,7 @@ class tx_nG6_pi1 extends tslib_pibase {
}
$smarty
->
assign
(
'descriptions'
,
$descriptions
);
$smarty
->
assign
(
'data_folder'
,
$this
->
conf
[
'data'
]);
if
(
isset
(
$this
->
LOCAL_LANG
[
$this
->
LLkey
]
[
$key
]
))
{
if
(
isset
(
$this
->
LOCAL_LANG
[
$this
->
LLkey
]))
{
$smarty
->
assign
(
'llang'
,
$this
->
LOCAL_LANG
[
$this
->
LLkey
]);
}
else
{
$smarty
->
assign
(
'llang'
,
$this
->
LOCAL_LANG
[
'default'
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment