Move the registration of template's `$executeCronjobs` into the bootstrap
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 20 Oct 2022 13:28:39 +0000 (15:28 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 21 Oct 2022 10:29:36 +0000 (12:29 +0200)
commita87f05e31951a99c4617e14eb75ca716e8470412
treed364bc5cb560e2b585d0707f6c53c6b2be6de5ab
parent921a5a565b29a3d6331f3ede4e4f81c0c597b4f6
Move the registration of template's `$executeCronjobs` into the bootstrap

The location within the bootstrap script is certainly not ideal either, but at
least it no longer takes up space in `WCF` and it also not requires a manual
method call in WCFACP.
wcfsetup/install/files/lib/bootstrap/com.woltlab.wcf.php
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/WCFACP.class.php