Merge branch 'dev' into 'dev'

Update php2po.php

See merge request hubzilla/core!1229
This commit is contained in:
Mario 2018-07-20 09:21:35 +02:00
commit a274c87cb3

View File

@ -1,10 +1,10 @@
<?php
if(! class_exists('App')) {
class TmpA {
public $strings = Array();
class App {
static public $strings = Array();
}
$a = new TmpA();
//$a = new App();
}
if ($argc!=2) {