]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix name of class in confirmaddress.php
authorEvan Prodromou <evan@controlezvous.ca>
Sun, 22 Jun 2008 16:17:49 +0000 (12:17 -0400)
committerEvan Prodromou <evan@controlezvous.ca>
Sun, 22 Jun 2008 16:17:49 +0000 (12:17 -0400)
darcs-hash:20080622161749-34904-eb2e43aaa3f409accd94a2555f854fb22a297db7.gz

actions/confirmaddress.php

index 76f79da05c23a8cccb59c28eddd28263c71c52dd..c34a63668517bdd87f37d8b37687a93c38212427 100644 (file)
@@ -19,7 +19,7 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
-class ConfirmemailAction extends Action {
+class ConfirmaddressAction extends Action {
 
     function handle($args) {
         parent::handle($args);