Skip to content
Snippets Groups Projects
Commit 4bdfaf4c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing global

parent e86d33e0
No related branches found
No related tags found
No related merge requests found
......@@ -620,6 +620,8 @@ class Task extends CommonObject
*/
function addTimeSpent($user, $notrigger=0)
{
global $conf,$langs;
$ret = 0;
// Clean parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment