summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-05-17 13:56:33 +0200
committerAndrey Andreev <narf@devilix.net>2013-05-17 13:56:33 +0200
commitf755cfdab966842dc2d402470efa0f35486800a9 (patch)
tree15ef43e05bddb2bdbc09668bc86b9e6c20f5529d /tests
parente418e1e5b9b0f6726c953b6111b85adfe6043e9b (diff)
parentd0c30ab416b0f6bc7fdc9ea70f6fd5e07ac13884 (diff)
Merge pull request #2440 from vlakoff/develop
Logging functions: level parameter is not optional
Diffstat (limited to 'tests')
-rw-r--r--tests/mocks/core/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/core/common.php b/tests/mocks/core/common.php
index 24d645ae3..0ccfe1ea4 100644
--- a/tests/mocks/core/common.php
+++ b/tests/mocks/core/common.php
@@ -178,7 +178,7 @@ if ( ! function_exists('is_loaded'))
if ( ! function_exists('log_message'))
{
- function log_message($level = 'error', $message, $php_error = FALSE)
+ function log_message($level, $message, $php_error = FALSE)
{
return TRUE;
}