From 7eb27f63b72469ba34c7c3c5cbf5bae99afa87a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Tue, 5 Jul 2016 11:39:07 +0200
Subject: [PATCH] Fixes #4970 Function plInfo should be static

---
 include/class_template.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class_template.inc b/include/class_template.inc
index 525e38260..bd61eb760 100644
--- a/include/class_template.inc
+++ b/include/class_template.inc
@@ -30,7 +30,7 @@ class template
 
   protected $applied = FALSE;
 
-  function plInfo()
+  static function plInfo()
   {
     return array(
       'plShortName'   => _('Template'),
-- 
GitLab