mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX Fixed broken path, should be RailsYAML not RailsYaml
This commit is contained in:
parent
38320691e4
commit
6ca7294c65
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once 'Zend/Translate.php';
|
require_once 'Zend/Translate.php';
|
||||||
require_once 'zend_translate_railsyaml/library/Translate/Adapter/RailsYaml.php';
|
require_once 'zend_translate_railsyaml/library/Translate/Adapter/RailsYAML.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package sapphire
|
* @package sapphire
|
||||||
|
Loading…
Reference in New Issue
Block a user