From 54aa998b520f0f8932be3f5e358b926fadd1b77a Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 5 Apr 2016 22:13:56 -0700 Subject: undeclared static property App::$stringsave (push_lang() and pop_lang()) --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index cc916c600..e913dbc96 100755 --- a/boot.php +++ b/boot.php @@ -711,6 +711,7 @@ class App { public static $module; public static $pager; public static $strings; + public static $stringsave; // used in push_lang() and pop_lang() public static $hooks; public static $timezone; public static $interactive = true; -- cgit v1.2.3