Commit 39a0fecba23ac5aec6e7581bf35b4b807fb1d54f

Authored by Anastasia
1 parent aedc35b5

- delete die

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
backend/controllers/SettingsController.php
... ... @@ -59,10 +59,8 @@
59 59 if (!empty($_FILES)){
60 60 $name = $this->saveLogo($_FILES['logo']['name'], $_FILES[ 'logo' ][ 'tmp_name' ]);
61 61 if ($name){
62   - print_r($name);
63 62 $model->logo = $name;
64 63 $model->save();
65   - print_r($model->errors); die();
66 64 }
67 65 }
68 66 }
... ...