Skip to content

Commit 08b3550

Browse files
committed
fix check for setup on agent table instead of user table
1 parent 030e35d commit 08b3550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inc/load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
die("Database connection failed!");
6868
}
6969
try {
70-
Factory::getUserFactory()->filter([], true);
70+
Factory::getAgentFactory()->filter([], true);
7171
}
7272
catch (PDOException $e) {
7373
$query = file_get_contents(dirname(__FILE__) . "/../install/hashtopolis.sql");

0 commit comments

Comments
 (0)