aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/php2po.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/php2po.php b/util/php2po.php
index ff41e6d1e..352ed41f6 100644
--- a/util/php2po.php
+++ b/util/php2po.php
@@ -1,11 +1,11 @@
<?php
- if(! class_exists('App')) {
- class TmpA {
- public $strings = Array();
- }
- $a = new TmpA();
- }
+ if(! class_exists('App')) {
+ class App {
+ static public $strings = Array();
+ }
+ //$a = new App();
+ }
if ($argc!=2) {
print "Usage: ".$argv[0]." <hstrings.php>\n\n";