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()) --- include/language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/language.php') diff --git a/include/language.php b/include/language.php index 1a012cb84..d6b7606ca 100644 --- a/include/language.php +++ b/include/language.php @@ -109,7 +109,7 @@ function pop_lang() { if(App::$language === App::$langsave) return; - if(isset(App::$stringsave)) + if(isset(App::$stringsave) && is_array(App::$stringsave)) App::$strings = App::$stringsave; else App::$strings = array(); -- cgit v1.2.3