]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/YammerImport/actions/yammeradminpanel.php
Ok, got the AJAX clicky-throughs working for yammer auth (if app is already registere...
[quix0rs-gnu-social.git] / plugins / YammerImport / actions / yammeradminpanel.php
index 71651cdf5667050ce8738979375f517ab7df1a67..fdf7a084f4db0397a1b317e1426e7633b7e92f52 100644 (file)
@@ -76,7 +76,7 @@ class YammeradminpanelAction extends AdminPanelAction
                 return $this->showAjaxForm($form);
             } else if ($this->verify_token) {
                 $this->runner->saveAuthToken($this->verify_token);
-                $form = new YammerAuthProgressForm();
+                $form = new YammerProgressForm($this, $this->runner);
                 return $this->showAjaxForm($form);
             } else {
                 throw new ClientException('Invalid POST');