mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Issue #5120 Use static methods.
This commit is contained in:
@@ -109,7 +109,7 @@ class e_db_pdo implements e_db
|
||||
$this->mySQLlanguage = e107::getLanguage()->e_language;
|
||||
}
|
||||
|
||||
if (E107_DEBUG_LEVEL > 0)
|
||||
if (defset('E107_DEBUG_LEVEL') > 0)
|
||||
{
|
||||
$this->debugMode = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user