From e5eed5c31aed6733184742bc5951fcafbbc08781 Mon Sep 17 00:00:00 2001 From: William Durand Date: Thu, 19 Apr 2012 01:46:46 +0300 Subject: [PATCH] Fixed autoload.php.dist --- autoload.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload.php.dist b/autoload.php.dist index 911ca3f042..ec03ed702c 100644 --- a/autoload.php.dist +++ b/autoload.php.dist @@ -21,6 +21,6 @@ if (is_file(__DIR__.'/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php')) { Swift::registerAutoload(__DIR__.'/vendor/swiftmailer/swiftmailer/lib/swift_init.php'); } -if (is_file($file = __DIR__.'/vendor/propel/propel/runtime/lib/Propel.php')) { +if (is_file($file = __DIR__.'/vendor/propel/propel1/runtime/lib/Propel.php')) { require_once $file; }