mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:10:11 +00:00
pass $argv & $argc as reference to *_run() functions.
This commit is contained in:
parent
aa20042bec
commit
385ee5a862
8 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
|
||||
function po2php_run($argv, $argc) {
|
||||
function po2php_run(&$argv, &$argc) {
|
||||
|
||||
if ($argc!=2) {
|
||||
print "Usage: ".$argv[0]." <file.po>\n\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue