]> git.mxchange.org Git - friendica-addons.git/commit
Split and delete `ModuleController`
authorPhilipp <admin@philipp.info>
Fri, 19 Nov 2021 21:47:48 +0000 (22:47 +0100)
committerPhilipp <admin@philipp.info>
Sat, 27 Nov 2021 11:42:12 +0000 (12:42 +0100)
commit82cef20e608e1da5fc5014b076114fe3b75c2e3d
treee158e980adf35006d1637370f47381ff169fa694
parent4d7c1e795d8010316eadb9e72284ed8d25a0bf36
Split and delete `ModuleController`
- $moduleName is part of the argument string => App\Arguments
- $isBackend boolean already part of App\Mode::isBackend()
- $module is now the direct return of App\Router::getModule()
- ModuleController::run() moved to BaseModule::run()
rendertime/rendertime.php