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 ...@@ -352,6 +352,7 @@ class Database extends functions
break; break;
default : default :
$limit_clause = 'OFFSET ' . $start . ' LIMIT ' . $count;
break; break;
} }
} }
......
...@@ -144,7 +144,7 @@ function Ds_createPathOnDocServer($docServer) ...@@ -144,7 +144,7 @@ function Ds_createPathOnDocServer($docServer)
Ds_setRights($path); Ds_setRights($path);
} else { } else {
return array( return array(
'destinationDir' => '', 'destinationDir' => $path,
'error' => 'Folder alreay exists, workbatch already exist:' 'error' => 'Folder alreay exists, workbatch already exist:'
. $path, . $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