Add var to respect current hstrings.php format

This commit is contained in:
kostikov 2018-07-20 16:40:35 +02:00
parent 4a54699c1f
commit 062633d312

View file

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