mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11866] Update some occurances of phpbb_db_ to new Namespace
PHPBB3-11866
This commit is contained in:
@@ -84,7 +84,7 @@ class driver
|
||||
|
||||
// Fill default sql layer based on the class being called.
|
||||
// This can be changed by the specified layer itself later if needed.
|
||||
$this->sql_layer = substr(get_class($this), strlen('phpbb_db_driver_'));
|
||||
$this->sql_layer = substr(get_class($this), strlen('phpbb\db\driver\\'));
|
||||
|
||||
// Do not change this please! This variable is used to easy the use of it - and is hardcoded.
|
||||
$this->any_char = chr(0) . '%';
|
||||
|
Reference in New Issue
Block a user