]> git.mxchange.org Git - friendica.git/blobdiff - include/directory.php
pass $argv & $argc as reference to *_run() functions.
[friendica.git] / include / directory.php
index 45386183c611c3fdce5470eeecdca1ef9df2fa6b..356118bb08d5ca1dbef2ec824399275732768de2 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 require_once("boot.php");
 
-function directory_run($argv, $argc){
+function directory_run(&$argv, &$argc){
        global $a, $db;
 
        if(is_null($a)) {