Fixed a notice error for old Lychee users
This commit is contained in:
parent
e20ba354da
commit
b1607a0ed3
@ -40,6 +40,7 @@ if (!empty($_POST['function'])||!empty($_GET['function'])) {
|
||||
}
|
||||
|
||||
# Define the table prefix
|
||||
if (!isset($dbTablePrefix)) $dbTablePrefix = '';
|
||||
defineTablePrefix($dbTablePrefix);
|
||||
|
||||
# Connect to database
|
||||
|
Loading…
Reference in New Issue
Block a user