mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
incorrect function called
This commit is contained in:
parent
bf3beb9bdd
commit
32b3eaf089
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ else
|
||||||
$user = build_user(1, true);
|
$user = build_user(1, true);
|
||||||
log_user($user['id'], false);
|
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
|
// newsletter subscription
|
||||||
if ($is_newsletter_subscribe)
|
if ($is_newsletter_subscribe)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue