@@ -108,7 +108,7 @@ |
||
| 108 | 108 | ->addType('audio/mp4') |
| 109 | 109 | ->addType('audio/webm') |
| 110 | 110 | ->addType('image/jpeg', '19MB') |
| 111 | - ->addType('image/png', '19MB') |
|
| 111 | + ->addType('image/png', '19MB') |
|
| 112 | 112 | ->addType('image/svg+xml') |
| 113 | 113 | ->addType('text/plain') |
| 114 | 114 | ->addType('video/mp4') |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | $this->addBehavior( |
| 78 | 78 | 'Proffer.Proffer', |
| 79 | 79 | [ |
| 80 | - 'avatar' => [ // The name of your upload field (filename) |
|
| 80 | + 'avatar' => [// The name of your upload field (filename) |
|
| 81 | 81 | 'root' => $avatarRootDir, |
| 82 | 82 | 'dir' => 'avatar_dir', // field for upload directory |
| 83 | 83 | 'thumbnailSizes' => [ |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | |
| 39 | 39 | $page = $this->getPageTitle($controller); |
| 40 | 40 | $title = $this->getTitleForLayout($controller, $page, $forum); |
| 41 | - $controller->set(['titleForLayout' => $title, 'titleForPage' => $page ]); |
|
| 41 | + $controller->set(['titleForLayout' => $title, 'titleForPage' => $page]); |
|
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | /** |