This commit is contained in:
Manuel Raynaud
2013-10-25 10:07:21 +02:00
parent 22caf28f80
commit 2c030f910b
91 changed files with 219 additions and 761 deletions

View File

@@ -142,13 +142,12 @@ abstract class BaseModule extends ContainerAware
} catch (\UnexpectedValueException $e) {
throw $e;
}
if(null === $con) {
if (null === $con) {
$con = \Propel\Runtime\Propel::getConnection(
ModuleImageTableMap::DATABASE_NAME
);
}
/* browse the directory */
$imagePosition = 1;
foreach ($directoryBrowser as $directoryContent) {