From 494913648d8614b0f68d9a2c10647cac0e69acd8 Mon Sep 17 00:00:00 2001 From: Val Bancer Date: Sun, 5 Aug 2018 15:34:12 +0200 Subject: [PATCH] Restore property deleted by accident --- lib/Cake/Core/App.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php index 26bfed996..409eb1b45 100644 --- a/lib/Cake/Core/App.php +++ b/lib/Cake/Core/App.php @@ -152,6 +152,7 @@ class App { * * @var array */ + protected static $_packages = array(); /** * Holds the templates for each customizable package path in the application