Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Jan 22, 2014
2 parents f3de4dc + 3fad7b4 commit 97a8424
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/DistributionKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function registerBundles()
new Oro\Bundle\DistributionBundle\OroDistributionBundle(),
new \Symfony\Bundle\SecurityBundle\SecurityBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new \Oro\Bundle\HelpBundle\OroHelpBundle(),
);

if (in_array($this->getEnvironment(), array('dev'))) {
Expand Down
9 changes: 9 additions & 0 deletions app/config/dist/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ services:
tags:
- { name: twig.extension }

oro_help:
defaults:
server: http://help.orocrm.com/
prefix: Third_Party
vendors:
Oro:
prefix: ~
alias: Platform

monolog:
handlers:
oro_distribution:
Expand Down

0 comments on commit 97a8424

Please sign in to comment.