Revize cd149dd5
Přidáno uživatelem Ondřej Fibich před téměř 7 roky(ů)
application/libraries/MY_Controller.php | ||
---|---|---|
}
|
||
catch (InvalidArgumentException $iaex)
|
||
{
|
||
self::error(WRITABLE, server::base_dir() . 'upload');
|
||
self::error(WRITABLE, server::base_dir() . '/upload');
|
||
}
|
||
catch (NotEnabledDbUpgradeException $neu)
|
||
{
|
Také k dispozici: Unified diff
Refs #1076: member expiration date calculation fix. The calc functionality was separate from Members controller to a new Expiration calc service. The new service comes with unit tests which tests the #1076. Additionally this patch comes with some fixes and improvements in already existing unit and integration tests.