Skip to content

Commit c177250

Browse files
committed
! fix tests
1 parent 91aaf50 commit c177250

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tests/ElkArte/SiteDispatcherTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212

1313
use ElkArte\AdminController\Admin;
14+
use ElkArte\Controller\About;
1415
use ElkArte\Controller\Announce;
1516
use ElkArte\Controller\Attachment;
1617
use ElkArte\Controller\Auth;
@@ -72,8 +73,8 @@ public function testSaDispatch()
7273
'attachapprove' => ModerateAttachments::class,
7374
'addbuddy' => Members::class,
7475
'collapse' => BoardIndex::class,
75-
'contact' => Register::class,
76-
'coppa' => Register::class,
76+
'contact' => About::class,
77+
'coppa' => About::class,
7778
'deletemsg' => RemoveTopic::class,
7879
'dlattach' => Attachment::class,
7980
'unwatchtopic' => Notify::class,

themes/default/About.template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,6 @@ function template_coppa()
240240

241241
echo '
242242
</ol>
243-
<div>';
243+
</div>';
244244
}
245245
}

0 commit comments

Comments
 (0)