Profile page #30

Open
Sieciech wants to merge 34 commits from 29-profile-page into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 178423d59e - Show all commits

View File

@ -61,7 +61,7 @@ class PutEnv {
if (strlen($next) === 0 || $next[0] !== '=') { if (strlen($next) === 0 || $next[0] !== '=') {
continue; continue;
} }
$this->content[$l] = $key . '=' . $value; $this->content[$l] = $key . '=' . $value . PHP_EOF;
$changed++; $changed++;
} }
if ($changed === 0) { if ($changed === 0) {