aboutsummaryrefslogtreecommitdiffstats
path: root/include/directory.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/directory.php')
-rw-r--r--include/directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/directory.php b/include/directory.php
index 105686ca7..d1862cb57 100644
--- a/include/directory.php
+++ b/include/directory.php
@@ -17,7 +17,7 @@ function directory_run($argv, $argc){
$dirmode = DIRECTORY_MODE_NORMAL;
if(($dirmode == DIRECTORY_MODE_PRIMARY) || ($dirmode == DIRECTORY_MODE_STANDALONE)) {
- // syncdirs();
+ syncdirs($argv[1]);
return;
}