diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-12-24 15:44:55 +0100 | 
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-01-06 13:52:11 +0100 | 
| commit | 3f44f368172f744499055c482dcaccb0108660ab (patch) | |
| tree | 5fede10d8b651d40969b20b997aa6a55fbfd8a98 /phpBB/phpbb | |
| parent | 73900d1857a9a59eff82b224537a79110466ce7e (diff) | |
| download | forums-3f44f368172f744499055c482dcaccb0108660ab.tar forums-3f44f368172f744499055c482dcaccb0108660ab.tar.gz forums-3f44f368172f744499055c482dcaccb0108660ab.tar.bz2 forums-3f44f368172f744499055c482dcaccb0108660ab.tar.xz forums-3f44f368172f744499055c482dcaccb0108660ab.zip  | |
[ticket/13454] Add excessively removed code back
PHPBB3-13454
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/session.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/session.php b/phpBB/phpbb/session.php index 65fab3551a..6155745c37 100644 --- a/phpBB/phpbb/session.php +++ b/phpBB/phpbb/session.php @@ -1413,7 +1413,7 @@ class session  		$sql_ary = array(  			'key_id'		=> (string) md5($key_id), -			'last_ip'		=> (string) $user_id, +			'last_ip'		=> (string) $user_ip,  			'last_login'	=> (int) time()  		);  | 
