aboutsummaryrefslogtreecommitdiffstats
path: root/tests/log/function_add_log_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/log/function_add_log_test.php')
-rw-r--r--tests/log/function_add_log_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/log/function_add_log_test.php b/tests/log/function_add_log_test.php
index 0a65ce3165..4e54a75dd6 100644
--- a/tests/log/function_add_log_test.php
+++ b/tests/log/function_add_log_test.php
@@ -160,7 +160,7 @@ class phpbb_log_function_add_log_test extends phpbb_database_test_case
$user = $this->getMock('phpbb_user');
$auth = $this->getMock('phpbb_auth');
- $phpbb_log = new phpbb_log($db, $user, $auth, $phpbb_dispatcher, $phpbb_root_path, $phpEx, LOG_TABLE);
+ $phpbb_log = new phpbb_log($db, $user, $auth, $phpbb_dispatcher, $phpbb_root_path, 'adm/', $phpEx, LOG_TABLE);
$user->ip = 'user_ip';
if ($user_id)