|
|
@@ -36,7 +36,7 @@ class Route_UrlAction_BiAuditGenerate extends RouteBase {
|
|
|
$record->ID = $id;
|
|
|
$uploader = new FileUploader($table.'_COLUMN', $record);
|
|
|
$errMsg = "";
|
|
|
- if (!$uploader->setConfig($folderConf, $errMsg)) throw new HttpException("Błąd danych konfiguracyjnych<br>\n{$$errMsg}", 404);
|
|
|
+ if (!$uploader->setConfig($folderConf, $errMsg)) throw new HttpException("Błąd danych konfiguracyjnych<br>\n{$errMsg}", 404);
|
|
|
$uploader->findFolder();
|
|
|
return $uploader->getDestLocalPath(true);
|
|
|
}
|
|
|
@@ -47,7 +47,7 @@ class Route_UrlAction_BiAuditGenerate extends RouteBase {
|
|
|
$record->ID = $id;
|
|
|
$uploader = new FileUploader($table.'_COLUMN', $record);
|
|
|
$errMsg = "";
|
|
|
- if (!$uploader->setConfig($folderConf, $errMsg)) throw new HttpException("Błąd danych konfiguracyjnych<br>\n{$$errMsg}", 404);
|
|
|
+ if (!$uploader->setConfig($folderConf, $errMsg)) throw new HttpException("Błąd danych konfiguracyjnych<br>\n{$errMsg}", 404);
|
|
|
return $uploader->getFolderWeb() . "/" . $uploader->getDestFolder(true);
|
|
|
}
|
|
|
|