Add var to respect current hstrings.php format
(cherry picked from commit 062633d312
)
This commit is contained in:
parent
b7778ca1f9
commit
740015339d
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
if(! class_exists('App')) {
|
if(! class_exists('App')) {
|
||||||
class App {
|
class App {
|
||||||
|
static public $rtl;
|
||||||
static public $strings = Array();
|
static public $strings = Array();
|
||||||
}
|
}
|
||||||
//$a = new App();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($argc!=2) {
|
if ($argc!=2) {
|
||||||
|
Reference in New Issue
Block a user