mirror of
https://github.com/friendica/friendica
synced 2025-04-19 09:50:11 +00:00
Merge branch 'develop' into rewrite/gravity-constants
This commit is contained in:
commit
26e0469de7
181 changed files with 2408 additions and 2405 deletions
|
@ -170,7 +170,7 @@ class Network extends BaseModule
|
|||
if (self::$groupId) {
|
||||
$group = DBA::selectFirst('group', ['name'], ['id' => self::$groupId, 'uid' => local_user()]);
|
||||
if (!DBA::isResult($group)) {
|
||||
notice(DI::l10n()->t('No such group'));
|
||||
DI::sysmsg()->addNotice(DI::l10n()->t('No such group'));
|
||||
}
|
||||
|
||||
$o = Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), [
|
||||
|
@ -184,7 +184,7 @@ class Network extends BaseModule
|
|||
'id' => DI::args()->get(0),
|
||||
]) . $o;
|
||||
} else {
|
||||
notice(DI::l10n()->t('Invalid contact.'));
|
||||
DI::sysmsg()->addNotice(DI::l10n()->t('Invalid contact.'));
|
||||
}
|
||||
} elseif (!DI::config()->get('theme', 'hide_eventlist')) {
|
||||
$o .= Profile::getBirthdays();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue