Remove old BaseModule routing

2022.09-rc
Philipp Holzer 2019-05-02 22:05:56 +02:00
rodzic 2628da422a
commit bbd3071940
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 517BE60E2CE5C8A5
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -1202,11 +1202,6 @@ class App
}
}
// Then we try name-matching a Friendica\Module class
if (!$this->module_class && class_exists('Friendica\\Module\\' . ucfirst($this->module))) {
$this->module_class = 'Friendica\\Module\\' . ucfirst($this->module);
}
/* Finally, we look for a 'standard' program module in the 'mod' directory
* We emulate a Module class through the LegacyModule class
*/