aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-05 22:15:29 -0700
committerredmatrix <git@macgirvin.com>2016-04-05 22:15:29 -0700
commit0d50d295388c634a00f0c084e5c5ce78b098a78c (patch)
treee7c41f98409b6b8c58152334cda881de10d2cbfa /boot.php
parent10f1e2d51b25c8c770419317a7d5ca78ce0ccd6a (diff)
parent54aa998b520f0f8932be3f5e358b926fadd1b77a (diff)
downloadvolse-hubzilla-0d50d295388c634a00f0c084e5c5ce78b098a78c.tar.gz
volse-hubzilla-0d50d295388c634a00f0c084e5c5ce78b098a78c.tar.bz2
volse-hubzilla-0d50d295388c634a00f0c084e5c5ce78b098a78c.zip
Merge branch 'master' into dev
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index a357d7ecb..386a419dc 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;