Fix missing variable in Worker\Directory
- Remove fixed comment in PortableContact
This commit is contained in:
parent
b8e41906a4
commit
872190dcb0
2 changed files with 1 additions and 3 deletions
|
@ -25,8 +25,7 @@ class Directory {
|
|||
|
||||
$dir .= "/submit";
|
||||
|
||||
/// @fixme $argv is unavailable here
|
||||
$arr = array('url' => $argv[1]);
|
||||
$arr = array('url' => $url);
|
||||
|
||||
call_hooks('globaldir_update', $arr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue