Closed (fixed)
Project:
Buddylist2
Version:
5.x-1.0-beta1
Component:
Buddylist UI
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 00:00 UTC
Updated:
16 Aug 2008 at 09:53 UTC
i got error message when remove buddy
* warning: Illegal offset type in isset or empty in /home/betaitb/public_html/includes/bootstrap.inc on line 748.
* warning: Illegal offset type in /home/betaitb/public_html/includes/bootstrap.inc on line 749.
* warning: Illegal offset type in /home/betaitb/public_html/includes/bootstrap.inc on line 752.
i found this error is coming from
function buddylist_ui_deletebuddy($uid) {
...
drupal_set_message('This user is not on your @buddylist', buddy_api_translation());
...
i change this to
function buddylist_ui_deletebuddy($uid) {
...
drupal_set_message(t('This user is not on your @buddylist'), buddy_api_translation());
...
its working now
thanks
Rizqi
Comments
Comment #1
rizqi commentedsorry i was wrong, it should be
thanks
Rizqi
Professional Drupal Developer
Surabaya, Indonesia
Comment #2
nodestroy commentedthanks, i fixed that in dev, i will updated beta soon
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.