Commit c177250 1 parent 91aaf50 commit c177250 Copy full SHA for c177250
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
use ElkArte \AdminController \Admin ;
14
+ use ElkArte \Controller \About ;
14
15
use ElkArte \Controller \Announce ;
15
16
use ElkArte \Controller \Attachment ;
16
17
use ElkArte \Controller \Auth ;
@@ -72,8 +73,8 @@ public function testSaDispatch()
72
73
'attachapprove ' => ModerateAttachments::class,
73
74
'addbuddy ' => Members::class,
74
75
'collapse ' => BoardIndex::class,
75
- 'contact ' => Register ::class,
76
- 'coppa ' => Register ::class,
76
+ 'contact ' => About ::class,
77
+ 'coppa ' => About ::class,
77
78
'deletemsg ' => RemoveTopic::class,
78
79
'dlattach ' => Attachment::class,
79
80
'unwatchtopic ' => Notify::class,
Original file line number Diff line number Diff line change @@ -240,6 +240,6 @@ function template_coppa()
240
240
241
241
echo '
242
242
</ol>
243
- <div> ' ;
243
+ </ div> ' ;
244
244
}
245
245
}
You can’t perform that action at this time.
0 commit comments