Skip to content
GitLab
Menu
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
485f53af
Commit
485f53af
authored
Dec 04, 2012
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
5e5a32b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
485f53af
...
...
@@ -337,7 +337,7 @@ class tx_nG6_pi1 extends tslib_pibase {
}
return
$smarty
->
fetch
(
$analyse
[
'class'
]
.
'.tpl'
);
}
catch
(
Exception
$e
)
{
return
str_replace
(
array
(
'###ANALYSE_CLASS###'
),
array
(
$analyse
[
'class'
]),
$this
->
pi_getLL
(
'no_template_found'
,
'[no_template_found:###ANALYSE_CLASS###]'
));
return
'No template found for class '
.
$analyse
[
'class'
];
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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