mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
(cp 32b3eaf08
) incorrect function called
This commit is contained in:
parent
cfc93b8db6
commit
41ba5a5684
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ else
|
|||
$user = build_user(1, true);
|
||||
log_user($user['id'], false);
|
||||
|
||||
$user['preferences']['show_whats_new_'.get_branch(PHPWG_VERSION)] = false;
|
||||
$user['preferences']['show_whats_new_'.get_branch_from_version(PHPWG_VERSION)] = false;
|
||||
|
||||
// newsletter subscription
|
||||
if ($is_newsletter_subscribe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue