Avoid multiple uploads of the same file in confluence
Dieser Commit ist enthalten in:
Ursprung
5d6dc9a8b1
Commit
6f43467348
BIN
daux.phar
BIN
daux.phar
Binäre Datei nicht angezeigt.
@ -21,7 +21,7 @@ class ContentPage extends \Todaymade\Daux\Format\Base\ContentPage
|
||||
$filename = basename($file->getPath());
|
||||
|
||||
//Add the attachment for later upload
|
||||
$this->attachments[] = ['filename' => $filename, 'file' => $file];
|
||||
$this->attachments[$filename] = ['filename' => $filename, 'file' => $file];
|
||||
|
||||
return $this->createImageTag($filename, $attributes);
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren