mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19:50:12 +00:00
Changed:
- double-quotes to single - more space around concated strings - removed TODO as there is sadly no IOException in PHP
This commit is contained in:
parent
ff5673e2d8
commit
88cdb695b1
3 changed files with 19 additions and 19 deletions
|
@ -480,7 +480,7 @@ class Notify extends BaseRepository
|
|||
|
||||
$sitelink = $l10n->t('Please visit %s to approve or reject the request.');
|
||||
$tsitelink = sprintf($sitelink, $params['link']);
|
||||
$hsitelink = sprintf($sitelink, '<a href="'.$params['link'].'">'.$sitename.'</a><br><br>');
|
||||
$hsitelink = sprintf($sitelink, '<a href="' . $params['link'] . '">' . $sitename . '</a><br><br>');
|
||||
break;
|
||||
|
||||
case 'SYSTEM_DB_UPDATE_FAIL': // @TODO Unused (only here)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue