diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-08 14:45:21 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-08 14:45:21 -0800 |
commit | 62f0266f467a03ce313edd8dc582c5c194cd5396 (patch) | |
tree | 2b4925b8ea8876df531232076e52f2bd8a10fd24 /include/import.php | |
parent | 0d415fb3c9db41ee97b7ce933ebc84eab38a1fa4 (diff) | |
download | volse-hubzilla-62f0266f467a03ce313edd8dc582c5c194cd5396.tar.gz volse-hubzilla-62f0266f467a03ce313edd8dc582c5c194cd5396.tar.bz2 volse-hubzilla-62f0266f467a03ce313edd8dc582c5c194cd5396.zip |
scrutinizer issues: none worthy of including in 3.0, there will likely be a few hundred more before all is said and done.
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/import.php b/include/import.php index 5a655ce4c..51791347a 100644 --- a/include/import.php +++ b/include/import.php @@ -184,7 +184,7 @@ function import_profiles($channel, $profiles) { * * @param array $channel * @param array $hublocs - * @param unknown $seize + * @param boolean $seize * @param boolean $moving (optional) default false */ function import_hublocs($channel, $hublocs, $seize, $moving = false) { |