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:
Mario 2018-07-21 11:27:49 +02:00
commit 95ef78ab23

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) {