Merge from lnApp
This commit is contained in:
@@ -55,7 +55,7 @@ class Database_TSM extends Database {
|
||||
|
||||
// Get user login details from user session - these are set by login
|
||||
if (! $username)
|
||||
$username = Session::instance()->get_once('admin_name');
|
||||
$username = Session::instance()->get_once('username');
|
||||
if (! $password)
|
||||
$password = Session::instance()->get_once('password');
|
||||
|
||||
|
Reference in New Issue
Block a user