aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorkostikov <max@kostikov.co>2018-07-20 16:40:35 +0200
committerkostikov <max@kostikov.co>2018-07-20 16:40:35 +0200
commit062633d312b4d595e21ac09029f73ca8768508b0 (patch)
tree842d66920a214b558c20278a4ae7482e4ec1f8eb /util
parent4a54699c1fd27a885c7b4f0ee8458fa8bda8075d (diff)
downloadvolse-hubzilla-062633d312b4d595e21ac09029f73ca8768508b0.tar.gz
volse-hubzilla-062633d312b4d595e21ac09029f73ca8768508b0.tar.bz2
volse-hubzilla-062633d312b4d595e21ac09029f73ca8768508b0.zip
Add var to respect current hstrings.php format
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) {