reversed args in update_modtime, incorrect ud_guid and ud_hash

This commit is contained in:
friendica
2014-02-10 20:38:26 -08:00
parent 74fb7d158b
commit 59094cda51
4 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ function directory_run($argv, $argc){
cli_startup();
if($argc != 2)
if($argc < 2)
return;
logger('directory update', LOGGER_DEBUG);