Sync: dummy return value to succeed in controller
Fixes redirect unless we store a sync run history
This commit is contained in:
parent
f05fa90fee
commit
1ffc032e26
|
@ -161,5 +161,7 @@ class Sync
|
|||
|
||||
$dba->commit();
|
||||
}
|
||||
|
||||
return 42; // We have no sync_run history table yet
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue