Skip to content
Snippets Groups Projects
Commit 50c642f2 authored by Uma's avatar Uma
Browse files

Reverted to static call

parent 1589a222
No related branches found
No related tags found
1 merge request!691Fixes #1428 Notify user of scheduled import status and email translations is addressed
No preview for this file type
......@@ -134,7 +134,7 @@ class Import_Main_View extends Vtiger_View_Controller{
$viewer->view('ImportResult.tpl', 'Import');
}
public function showScheduledStatus($importInfo, $enableCronStatus) {
public static function showScheduledStatus($importInfo, $enableCronStatus) {
$moduleName = $importInfo['module'];
$importId = $importInfo['id'];
......
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