diff --git a/application/helpers/config_helper.php b/application/helpers/config_helper.php index 7b262c62..a404ce83 100644 --- a/application/helpers/config_helper.php +++ b/application/helpers/config_helper.php @@ -36,7 +36,7 @@ function config($key, $default = NULL) if (is_null($key)) { - throw new InvalidArgumentException('The key argument cannot be empty.'); + throw new InvalidArgumentException('The $key argument cannot be empty.'); } if (is_array($key))