Ver Fonte

File Perm Sync add custom tables sync - fix

Piotr Labudda há 11 anos atrás
pai
commit
03d08295a4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      SE/bash_sync_perms.php

+ 1 - 1
SE/bash_sync_perms.php

@@ -1758,7 +1758,7 @@ class SyncPermsCustomTables {
 
 
 		$confTblName = "{$task->TBL_NAME}_COLUMN";
 		$confTblName = "{$task->TBL_NAME}_COLUMN";
 		$TBL_mount_point = FoldersConfig::get($confTblName, 'mount_point');
 		$TBL_mount_point = FoldersConfig::get($confTblName, 'mount_point');
-		$record = $task->record;
+		$record = null;
 		$folderConf = FoldersConfig::getAll($confTblName);
 		$folderConf = FoldersConfig::getAll($confTblName);
 		$uploader = new FileUploader($confTblName, $record);
 		$uploader = new FileUploader($confTblName, $record);
 		if (!$uploader->setConfig($folderConf, $errMsg)) {
 		if (!$uploader->setConfig($folderConf, $errMsg)) {