Sync: dummy return value to succeed in controller

Fixes redirect unless we store a sync run history
This commit is contained in:
Thomas Gelf 2015-07-24 15:31:16 +02:00
parent f05fa90fee
commit 1ffc032e26
1 changed files with 2 additions and 0 deletions

View File

@ -161,5 +161,7 @@ class Sync
$dba->commit();
}
return 42; // We have no sync_run history table yet
}
}