aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkostikov <max@kostikov.co>2018-07-20 16:40:35 +0200
committerMario <mario@mariovavti.com>2018-07-21 11:39:20 +0200
commit740015339df9db52299cb195bce0f523d4d7894a (patch)
tree4f6c37c8ef0c00654867ccbe2d8dd28798204a7b
parentb7778ca1f959ebea9405fc1faf084b56ad78c7e4 (diff)
downloadvolse-hubzilla-740015339df9db52299cb195bce0f523d4d7894a.tar.gz
volse-hubzilla-740015339df9db52299cb195bce0f523d4d7894a.tar.bz2
volse-hubzilla-740015339df9db52299cb195bce0f523d4d7894a.zip
Add var to respect current hstrings.php format
(cherry picked from commit 062633d312b4d595e21ac09029f73ca8768508b0)
-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) {