Merge branch 'dev' into 'dev'
Update php2po.php See merge request hubzilla/core!1229
This commit is contained in:
commit
a274c87cb3
@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
if(! class_exists('App')) {
|
if(! class_exists('App')) {
|
||||||
class TmpA {
|
class App {
|
||||||
public $strings = Array();
|
static public $strings = Array();
|
||||||
}
|
}
|
||||||
$a = new TmpA();
|
//$a = new App();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($argc!=2) {
|
if ($argc!=2) {
|
||||||
|
Reference in New Issue
Block a user