'dictMaxFilesExceeded' => $l10n->t("You can't upload any more files."),
],
- '$local_user' => $localUID,
- '$generator' => 'Friendica' . ' ' . App::VERSION,
- '$update_content' => (int)$pConfig->get($localUID, 'system', 'update_content'),
- '$shortcut_icon' => $shortcut_icon,
- '$touch_icon' => $touch_icon,
- '$block_public' => intval($config->get('system', 'block_public')),
- '$stylesheets' => $this->stylesheets,
+ '$local_user' => $localUID,
+ '$generator' => 'Friendica' . ' ' . App::VERSION,
+ '$update_content' => (int)$pConfig->get($localUID, 'system', 'update_content'),
+ '$shortcut_icon' => $shortcut_icon,
+ '$touch_icon' => $touch_icon,
+ '$block_public' => intval($config->get('system', 'block_public')),
+ '$stylesheets' => $this->stylesheets,
// Dropzone
'$max_imagesize' => round(Images::getMaxUploadBytes() / 1000000, 0),
"`parent-uri-id` = ? AND `uid` IN (?, ?) AND `received` > ?",
$parentUriId, 0,
$profileUid, $updateDate])) {
- $this->logger->debug('No updated content. Ending process',
- ['uri-id' => $uriId, 'uid' => $profileUid, 'updated' => $updateDate]);
+ $this->logger->debug('No updated content. Ending process', ['uri-id' => $uriId, 'uid' => $profileUid, 'updated' => $updateDate]);
return '';
} else {
- $this->logger->debug('Updated content found.',
- ['uri-id' => $uriId, 'uid' => $profileUid, 'updated' => $updateDate]);
+ $this->logger->debug('Updated content found.', ['uri-id' => $uriId, 'uid' => $profileUid, 'updated' => $updateDate]);
}
}
} else {