aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-07-21 11:27:49 +0200
committerMario <mario@mariovavti.com>2018-07-21 11:27:49 +0200
commit95ef78ab2358fcdcabba10ce955f5e09d3f6f154 (patch)
tree950b2a54be0e42eb382068427299012af4863c57 /util
parent5be0743751794fe1efb626983198700aba083134 (diff)
parent062633d312b4d595e21ac09029f73ca8768508b0 (diff)
downloadvolse-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
Diffstat (limited to 'util')
-rw-r--r--util/php2po.php4
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) {