Skip to content

Commit d2e5857

Browse files
Update index.php
1 parent 14d83ef commit d2e5857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/Private_Messages/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,8 +935,8 @@
935935
/*****[BEGIN]******************************************
936936
[ Mod: Online/Offline/Hidden v2.2.7 ]
937937
******************************************************/
938-
if(!isset($images['icon_online']))
939-
$images['icon_online'] = '';
938+
if(!isset($images['icon_online'])) { $images['icon_online'] = ''; }
939+
if(!isset($images['icon_hidden'])) { $images['icon_hidden'] = ''; }
940940

941941
if ($privmsg['user_session_time_1'] >= (time()-$board_config['online_time']))
942942
{

0 commit comments

Comments
 (0)