make media directory configurable and check media file for existence
This commit is contained in:
parent
ebd5dcc3e0
commit
f8e82453f8
2 changed files with 13 additions and 3 deletions
|
|
@ -59,7 +59,8 @@
|
|||
* @var array
|
||||
*/
|
||||
public static $dirs = array(
|
||||
'locale' => 'locale'
|
||||
'locale' => 'locale',
|
||||
'media' => 'media'
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue