Aleksander Machniak
2012-08-28 b79cc545ec020f7dd4bd83dcd06af3cf2b1fcaff
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'])