diff options
author | redmatrix <git@macgirvin.com> | 2016-04-05 22:13:56 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-05 22:13:56 -0700 |
commit | 54aa998b520f0f8932be3f5e358b926fadd1b77a (patch) | |
tree | 034f18bc24f5faf2db8d8cccfeb4c8aae7ae1255 /boot.php | |
parent | 4aa2733699deffcee5b30ea7670d46027a9f8696 (diff) | |
download | volse-hubzilla-54aa998b520f0f8932be3f5e358b926fadd1b77a.tar.gz volse-hubzilla-54aa998b520f0f8932be3f5e358b926fadd1b77a.tar.bz2 volse-hubzilla-54aa998b520f0f8932be3f5e358b926fadd1b77a.zip |
undeclared static property App::$stringsave (push_lang() and pop_lang())
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |