mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 21:54:26 +02:00
The friend contact block wasn't displayed in the profile
This commit is contained in:
parent
037d6ac17b
commit
cfdbd07628
2 changed files with 11 additions and 20 deletions
|
@ -437,10 +437,7 @@ function event_store($arr) {
|
|||
function get_event_strings() {
|
||||
|
||||
// First day of the week (0 = Sunday).
|
||||
$firstDay = PConfig::get(local_user(), 'system', 'first_day_of_week');
|
||||
if ($firstDay === false) {
|
||||
$firstDay = 0;
|
||||
}
|
||||
$firstDay = PConfig::get(local_user(), 'system', 'first_day_of_week', 0);
|
||||
|
||||
$i18n = array(
|
||||
"firstDay" => $firstDay,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue