Skip to content
Snippets Groups Projects
Commit 86c2ced7 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Missing $user variable

parent 1ef27913
No related branches found
No related tags found
No related merge requests found
...@@ -3071,7 +3071,7 @@ class Commande extends CommonOrder ...@@ -3071,7 +3071,7 @@ class Commande extends CommonOrder
*/ */
function getNomUrl($withpicto=0,$option=0,$max=0,$short=0) function getNomUrl($withpicto=0,$option=0,$max=0,$short=0)
{ {
global $conf, $langs; global $conf, $langs, $user;
$result=''; $result='';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment