g_user was not set

This commit is contained in:
Dany De Bontridder 2014-03-06 22:30:42 +01:00
parent 6213ef53e7
commit caa1c2026f

View file

@ -194,6 +194,7 @@ class Anticipation
*/
private function form_cat_mod()
{
global $g_user;
$a=new Forecast($this->cn,$this->f_id);
$a->load();
$name=new IText('an_name');