Skip to content
Snippets Groups Projects
Commit 08393dd1 authored by dyszczo's avatar dyszczo
Browse files

fix for invalid interface implementation

parent 0bbb2dbc
No related branches found
Tags 1.0.2
1 merge request!8feat/woo template
Pipeline #6036 passed with stages
in 1 minute and 9 seconds
......@@ -21,7 +21,7 @@ class LoadTemplatePlugin implements Renderer {
}
public function render( $template, $params ) {
public function render($template, array $params = null) {
return $this->plugin->load_template($template, $this->path, $params);
}
}
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