(ids) change to new validation behavior

This commit is contained in:
Ad Schellevis 2015-07-02 09:35:01 +02:00
parent 1eb82cbbc6
commit 7e5a18e3f3

View File

@ -136,7 +136,7 @@ class ServiceController extends ApiControllerBase
$mdlCron->serializeToConfig();
// save data to config, do not validate because the current in memory model doesn't know about the
// cron item just created.
$mdlIDS->serializeToConfig($disable_validation = true);
$mdlIDS->serializeToConfig($validateFullModel = false, $disable_validation = true);
Config::getInstance()->save();
}
}