Skip to content
Snippets Groups Projects
Commit 140e5dcb authored by ale's avatar ale
Browse files

Fix StatisticsPage() invocation

parent 60d5a38d
No related branches found
No related tags found
No related merge requests found
Pipeline #88444 passed
......@@ -119,7 +119,7 @@ class AiSSS {
}
public function addStatsPage() {
$statsPage = new AI_SSS\Statistics($this);
$statsPage = new StatisticsPage($this);
$statsPageId = add_dashboard_page(
__('Statistics', 'ai-simplesitestats'),
'Stats',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment