From 81c068dc3a961c0f7aca12f9c749f9fcbbb7d822 Mon Sep 17 00:00:00 2001 From: rodneyrehm Date: Thu, 13 Oct 2011 15:36:35 +0000 Subject: [PATCH] f***ing phpunit now doing what it's supposed to. --- libs/sysplugins/smarty_resource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sysplugins/smarty_resource.php b/libs/sysplugins/smarty_resource.php index eae3463f..2ab9410d 100644 --- a/libs/sysplugins/smarty_resource.php +++ b/libs/sysplugins/smarty_resource.php @@ -30,7 +30,7 @@ abstract class Smarty_Resource { * cache for Smarty_Resource instances * @var array */ - protected static $resources = array(); + public static $resources = array(); /** * resource types provided by the core * @var array