Aleksander Machniak
2012-08-21 fe2f0be4352ba0bc213a2c6d4dfcbbddea1a551c
program/include/rcube_user.php
@@ -443,7 +443,7 @@
        }
        $data = $rcube->plugins->exec_hook('user_create',
           array('user'=>$user, 'user_name'=>$user_name, 'user_email'=>$user_email, 'host'=>$host));
            array('user'=>$user, 'user_name'=>$user_name, 'user_email'=>$user_email, 'host'=>$host));
        // plugin aborted this operation
        if ($data['abort'])