mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Issue 0000639: Force selected page on index.php
Continue the Radu idea, restrict more use of random list Issue 0000598: NBM: Add new informations Add css on mail Use user template for mail (on next commit, best control) Comment mass_inserts because don't with MySQL 4.1.9 git-svn-id: http://piwigo.org/svn/trunk@1792 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -265,6 +265,8 @@ function set_user_on_env_nbm($user_id, $is_action_send)
|
||||
$user['id'] = $user_id;
|
||||
$user = array_merge($user, getuserdata($user['id'], true));
|
||||
|
||||
list($user['template'], $user['theme']) = explode('/', $user['template']);
|
||||
|
||||
if ($env_nbm['last_language'] != $user['language'])
|
||||
{
|
||||
$env_nbm['last_language'] = $user['language'];
|
||||
|
||||
Reference in New Issue
Block a user