1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-21 02:08:17 +03:00

Удаление лишнего параметра

This commit is contained in:
chiliec 2015-03-02 22:53:13 +05:00
parent a62ddb6757
commit 740b1e5294

View file

@ -17,7 +17,6 @@ class InstallStepInstallComplete extends InstallStep
'module.blog.encrypt' => md5(time() . mt_rand()),
'module.talk.encrypt' => md5(time() . mt_rand()),
'module.security.hash' => md5(time() . mt_rand()),
'install_completed' => true,
);
InstallConfig::save($aSave);
}