Skip to content
Snippets Groups Projects
Commit 882e3934 authored by Lucas García's avatar Lucas García
Browse files

fix: abstract settings

parent 32cea9b4
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ abstract class Settings extends Singleton
$setting = $args[0];
$field = $args[1];
if (count($args) >= 3) {
$value = $args[3];
$value = $args[2];
} else {
$value = new Undefined();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment