File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1313{
1414 $ autoload = dirname (__FILE__ ).'/../../autoload.php ' ;
1515}
16- require_once $ autoload ;
16+
17+ // Fall back to classic Symfony loading
18+ if (!file_exists ($ autoload ))
19+ {
20+ require_once (dirname (__FILE__ ).'/../autoload/sfCoreAutoload.class.php ' );
21+ sfCoreAutoload::register ();
22+ }
23+ else
24+ {
25+ require_once $ autoload ;
26+ }
1727
1828try
1929{
Original file line number Diff line number Diff line change 4040
4141 <file role =" script" baseinstalldir =" /" name =" data/bin/symfony.bat" />
4242
43- <file role =" doc" baseinstalldir =" symfony" name =" CHANGELOG" />
44- <file role =" doc" baseinstalldir =" symfony" name =" COPYRIGHT" />
45- <file role =" doc" baseinstalldir =" symfony" name =" LICENSE" />
46- <file role =" doc" baseinstalldir =" symfony" name =" README" />
43+ <file role =" doc" baseinstalldir =" symfony" name =" CHANGELOG.md " />
44+ <file role =" doc" baseinstalldir =" symfony" name =" COPYRIGHT.md " />
45+ <file role =" doc" baseinstalldir =" symfony" name =" LICENSE.md " />
46+ <file role =" doc" baseinstalldir =" symfony" name =" README.md " />
4747 <file role =" doc" baseinstalldir =" symfony" name =" licenses/LICENSE.ICU" />
4848 <file role =" doc" baseinstalldir =" symfony" name =" licenses/LICENSE.lime" />
4949 <file role =" doc" baseinstalldir =" symfony" name =" licenses/LICENSE.prado" />
You can’t perform that action at this time.
0 commit comments