Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
Update fileMoveAndAppend.php
Browse files Browse the repository at this point in the history
Add quotation around string
  • Loading branch information
tfink committed Aug 7, 2019
1 parent 6c8fe1f commit 1f682ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/fileMoveAndAppend.php
Expand Up @@ -32,8 +32,8 @@ public function moveAppend(&$arrSubmittedArray, $arrLabelsArray, $objForm, $arrF
{
file_put_contents ('uploadlog.txt','Die Funktion wurde aufgerufen');
$this->import('Database');
$_POST[myid] = '';
$_GET[myid] = '';
$_POST['myid'] = '';
$_GET['myid'] = '';
$files = $this->Input->get('attachfiles');
if($files == "") $files = $this->Input->post('attachfiles');
// get JSON-data
Expand Down

0 comments on commit 1f682ab

Please sign in to comment.