diff options
author | Mario <mario@mariovavti.com> | 2018-07-21 11:27:49 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-07-21 11:27:49 +0200 |
commit | 95ef78ab2358fcdcabba10ce955f5e09d3f6f154 (patch) | |
tree | 950b2a54be0e42eb382068427299012af4863c57 | |
parent | 5be0743751794fe1efb626983198700aba083134 (diff) | |
parent | 062633d312b4d595e21ac09029f73ca8768508b0 (diff) | |
download | volse-hubzilla-95ef78ab2358fcdcabba10ce955f5e09d3f6f154.tar.gz volse-hubzilla-95ef78ab2358fcdcabba10ce955f5e09d3f6f154.tar.bz2 volse-hubzilla-95ef78ab2358fcdcabba10ce955f5e09d3f6f154.zip |
Merge branch 'patch-1' into 'dev'
Add var to respect current hstrings.php format
See merge request hubzilla/core!1231
-rw-r--r-- | util/php2po.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/php2po.php b/util/php2po.php index 352ed41f6..c47dcac1b 100644 --- a/util/php2po.php +++ b/util/php2po.php @@ -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) { |