Merge remote-tracking branch 'upstream/develop' into fetchprofile
This commit is contained in:
commit
00071abf51
|
@ -1270,7 +1270,8 @@ class App
|
||||||
// First we try explicit routes defined in App\Router
|
// First we try explicit routes defined in App\Router
|
||||||
$this->router->collectRoutes();
|
$this->router->collectRoutes();
|
||||||
|
|
||||||
Hook::callAll('route_collection', $this->router->getRouteCollector());
|
$data = $this->router->getRouteCollector();
|
||||||
|
Hook::callAll('route_collection', $data);
|
||||||
|
|
||||||
$this->module_class = $this->router->getModuleClass($this->cmd);
|
$this->module_class = $this->router->getModuleClass($this->cmd);
|
||||||
|
|
||||||
|
|
|
@ -411,6 +411,7 @@ class Update
|
||||||
'uid' => $admin['uid'],
|
'uid' => $admin['uid'],
|
||||||
'type' => SYSTEM_EMAIL,
|
'type' => SYSTEM_EMAIL,
|
||||||
'to_email' => $admin['email'],
|
'to_email' => $admin['email'],
|
||||||
|
'subject' => l10n::t('[Friendica Notify] Database update'),
|
||||||
'preamble' => $preamble,
|
'preamble' => $preamble,
|
||||||
'body' => $body,
|
'body' => $body,
|
||||||
'language' => $lang]
|
'language' => $lang]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user