| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 4324|Reply: 2
Collapse the left

private message bug

  [Copy link]

 Korea, Republic of

Post time: 2012-03-20 15:28
| Show all posts |Read mode
Edited by ionobgy at 2012-3-20 16:29

At private message and notice,
Message content is not displayed correctly.
Instead letter "Array" is displayed.

 Korea, Republic of

 Author| Post time: 2012-03-22 05:49
| Show all posts
Below is my website screencapture.
Please help me.


This post contains more resources

You have to Login for download or view attachment(s). No Account? Register

x

 Korea, Republic of

 Author| Post time: 2012-03-23 09:31
| Show all posts
Edited by ionobgy at 2012-3-23 11:07

At source/include/space/space_notify.php line 105

If I change " $value['note'] = lang('notification',$template,$notevars);" to  "//$value['note'] = lang('notification',$template,$notevars);" then the recent revision ML  notification is normal view But older version ML notification is corrupted.
But I don't modify space_notify.php, the state is reverse.

Therefore, my temporary bad solve is below:

$value['note'] = lang('notification',$template,$notevars);
====>
$tmp=lang('notification',$template,$notevars);
if(gettype($tmp)!="array")  $value['note']=$tmp;





You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-05-03 09:04 GMT+3 , Processed in 0.059942 sec., 8 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list