]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apioauthpin.php
Added type-hints for StartInitializeRouter hooks.
[quix0rs-gnu-social.git] / actions / apioauthpin.php
index 22fb95adb507e9c1f59c58b1e975aabd7413fdb3..ad4e7947e27a2e15c5294114df85fc888b401e65 100644 (file)
@@ -42,7 +42,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  */
-class ApiOauthPinAction extends InfoAction
+class ApiOAuthPinAction extends InfoAction
 {
     function __construct($title, $message, $verifier, $desktopMode = false)
     {