]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountregister.php
Forgot to make syntax edits on last commit.
[quix0rs-gnu-social.git] / actions / apiaccountregister.php
index 14a75fc27ea6f21cec9e3ece1be61c17e52888d1..1c0ebe5705bd623800b057dc3b37fd3f30963f76 100644 (file)
@@ -163,7 +163,7 @@ class ApiAccountRegisterAction extends ApiAction
                                                     'homepage' => $homepage,
                                                     'bio' => $bio,
                                                     'location' => $location,
-                                                    'code' => $this->code))) {
+                                                    'code' => $this->code));
                 Event::handle('EndRegistrationTry', array($this));
 
                 $this->initDocument('json');