Skip to content

Commit b43bc3c

Browse files
committed
add type
1 parent b44c5ce commit b43bc3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

htdocs/include/checklogin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
include_once $GLOBALS['xoops']->path('class/auth/authfactory.php');
3737

3838
xoops_loadLanguage('auth');
39+
/** @var XoopsMySQLDatabase $xoopsDB */
3940
$xoopsDB = XoopsDatabaseFactory::getDatabaseConnection();
4041
$xoopsAuth = XoopsAuthFactory::getAuthConnection($xoopsDB->escape($uname));
4142
$user = $xoopsAuth->authenticate($uname, $pass);

0 commit comments

Comments
 (0)