diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 604d0d3870..07783b5876 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1994,7 +1994,7 @@ function add_log() break; default: - return; + return false; } $db->sql_query('INSERT INTO ' . LOG_TABLE . ' ' . $db->sql_build_array('INSERT', $sql_ary)); |