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

Fix StatisticsPage() invocation

parent 60d5a38d
Branches
Tags v0.0.6
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.
Please register or to comment