listenee is nickname, not URI
darcs-hash:20080606043405-84dde-e365fd5a897990c446a4156ed3582081949fd891.gz
This commit is contained in:
parent
87cf04255a
commit
49111ecae8
|
@ -81,7 +81,7 @@ class FinishremotesubscribeAction extends Action {
|
|||
|
||||
common_debug('listenee: "'.$omb['listenee'].'"', __FILE__);
|
||||
|
||||
$user = User::staticGet('uri', $omb['listenee']);
|
||||
$user = User::staticGet('nickname', $omb['listenee']);
|
||||
|
||||
if (!$user) {
|
||||
common_user_error(_t('User being listened to doesn\'t exist.'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user