Add var to respect current hstrings.php format

(cherry picked from commit 062633d312)
This commit is contained in:
kostikov 2018-07-20 16:40:35 +02:00 committed by Mario
parent b7778ca1f9
commit 740015339d

View File

@ -2,9 +2,9 @@
if(! class_exists('App')) { if(! class_exists('App')) {
class App { class App {
static public $strings = Array(); static public $rtl;
static public $strings = Array();
} }
//$a = new App();
} }
if ($argc!=2) { if ($argc!=2) {