Commit 7eb27f63 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4970 Function plInfo should be static

Showing with 1 addition and 1 deletion
+1 -1
...@@ -30,7 +30,7 @@ class template ...@@ -30,7 +30,7 @@ class template
protected $applied = FALSE; protected $applied = FALSE;
function plInfo() static function plInfo()
{ {
return array( return array(
'plShortName' => _('Template'), 'plShortName' => _('Template'),
......
  • bmortier @bmortier

    mentioned in issue #1576 (closed)

    By bmortier on 2017-09-02T15:31:12 (imported from GitLab)

    ·

    mentioned in issue #1576 (closed)

    By bmortier on 2017-09-02T15:31:12 (imported from GitLab)

    Toggle commit list
Supports Markdown
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