Skip to content
Snippets Groups Projects
Commit fb454ffd authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT #3210

parent 1acde07c
No related branches found
No related tags found
No related merge requests found
......@@ -352,6 +352,7 @@ class Database extends functions
break;
default :
$limit_clause = 'OFFSET ' . $start . ' LIMIT ' . $count;
break;
}
}
......
......@@ -144,7 +144,7 @@ function Ds_createPathOnDocServer($docServer)
Ds_setRights($path);
} else {
return array(
'destinationDir' => '',
'destinationDir' => $path,
'error' => 'Folder alreay exists, workbatch already exist:'
. $path,
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment