partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1e79f372e6592cd2c0a0697a868eac8aefc84aee
parent f2c246653768e0df5bbda25356900dabe3734cee
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Fri,  6 Nov 2015 23:30:38 +0100

Removed legacy partkeepr initialization

Diffstat:
Msrc/PartKeepr/FrontendBundle/Controller/IndexController.php | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Controller/IndexController.php b/src/PartKeepr/FrontendBundle/Controller/IndexController.php @@ -6,8 +6,6 @@ use Doctrine\Common\Version as DoctrineCommonVersion; use Doctrine\DBAL\Version as DBALVersion; use Doctrine\ORM\Version as ORMVersion; use PartKeepr\AuthBundle\Entity\User; -use PartKeepr\PartKeepr; -use PartKeepr\Util\Configuration; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Component\Routing\Annotation\Route; @@ -19,8 +17,6 @@ class IndexController extends Controller */ public function indexAction() { - PartKeepr::initialize(""); - $aParameters = array(); $aParameters["doctrine_orm_version"] = ORMVersion::VERSION; $aParameters["doctrine_dbal_version"] = DBALVersion::VERSION;