The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit de4bb1d9 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed bug -- wrong variable name.

parent 3a8f875b
No related merge requests found
......@@ -62,7 +62,7 @@ class ExtendedIni implements FileLoaderInterface
{
$this->data = new TextDomain();
if (!file_exists($filename)) {
throw new InvalidArgumentException("Ini file '".$data."' not found");
throw new InvalidArgumentException("Ini file '".$filename."' not found");
}
// Load base data:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment