fix cs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user