From 9c5eb19af6fc0c91ce0fc064cb15150b7d6cdd98 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 25 Mar 2014 07:23:14 +0000 Subject: [PATCH] Re-add potentially obsolete dynamic Widget properties --- library/Icinga/Web/Widget/AbstractWidget.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/Icinga/Web/Widget/AbstractWidget.php b/library/Icinga/Web/Widget/AbstractWidget.php index 090366fb9..30dcb7599 100644 --- a/library/Icinga/Web/Widget/AbstractWidget.php +++ b/library/Icinga/Web/Widget/AbstractWidget.php @@ -34,6 +34,9 @@ abstract class AbstractWidget */ protected static $view; + // TODO: Should we kick this? + protected $properties; + /** * Getter for widget properties *