Merge branch 'patch-1' into 'dev'
Add var to respect current hstrings.php format See merge request hubzilla/core!1231
This commit is contained in:
commit
95ef78ab23
@ -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) {
|
||||||
|
Reference in New Issue
Block a user