Skip to content
Snippets Groups Projects
Commit 19ba729a authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

changed filename in include statement

parent e7456e97
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ require_once 'security.php';
if (defined('WB_INCLUDE_PHPACTIVERECORD') && WB_INCLUDE_PHPACTIVERECORD) {
require_once 'php-activerecord/ActiveRecord.php';
require_once 'user.php';
require_once 'users.php';
}
// @codeCoverageIgnoreEnd
......
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