Commit 9f3f9a443a4212839924f558ed1db74a1474cf9f
1 parent
a9a71742
26.05.16 change image download (git strange error, pay attention for this)
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
common/config/main.php
| ... | ... | @@ -132,9 +132,9 @@ return [ |
| 132 | 132 | ], |
| 133 | 133 | |
| 134 | 134 | 'modules' => [ |
| 135 | -// 'file' => [ | |
| 136 | -// 'class' => 'common\modules\file\Module', | |
| 137 | -// ], | |
| 135 | + 'file' => [ | |
| 136 | + 'class' => 'common\modules\file\Module', | |
| 137 | + ], | |
| 138 | 138 | 'relation' => [ |
| 139 | 139 | 'class' => 'common\modules\relation\Module', |
| 140 | 140 | 'relations' => [ | ... | ... |