Changeset 1341

Show
Ignore:
Timestamp:
06/30/08 09:23:01 (5 months ago)
Author:
donncha
Message:

Pass blog_id to the remove function, props mtdewvirus

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/users.php

    r1328 r1341  
    182182                        continue; 
    183183                } 
    184                 remove_user_from_blog($id); 
     184                remove_user_from_blog($id, $blog_id); 
    185185        } 
    186186