Skip to content

Commit 95d7941

Browse files
committed
Use correct function name.
1 parent 70a4f45 commit 95d7941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os2web_cp_service.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ function os2web_cp_service_cron() {
962962
->range(0, DEFAULT_CASE_FILE_LIMIT);
963963
$result = $query->execute();
964964
while ($record = $result->fetchAssoc()) {
965-
os2web_cp_service_document_download($record['file_id']);
965+
_os2web_cp_service_document_download($record['file_id']);
966966
}
967967

968968
// Convert.

0 commit comments

Comments
 (0)