diff options
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 820063bae2..4c67b1defb 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -809,7 +809,7 @@ $sql_array = array( 'ORDER_BY' => 'left_id' ); -if ($config['load_db_lastread']) +if (phpbb::$config['load_db_lastread']) { $sql_array['LEFT_JOIN'] = array( array( |