aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-03-31 21:20:58 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 21:20:58 +0200
commitdc9ccc432cd0b24cf762f8285d8a90f52b8efe5b (patch)
tree48c515e004227983761a6ed61c960c25d38c5fa9 /phpBB/install
parenta7f61b91b7feec80cd9d544502aef937f036ae7c (diff)
downloadforums-dc9ccc432cd0b24cf762f8285d8a90f52b8efe5b.tar
forums-dc9ccc432cd0b24cf762f8285d8a90f52b8efe5b.tar.gz
forums-dc9ccc432cd0b24cf762f8285d8a90f52b8efe5b.tar.bz2
forums-dc9ccc432cd0b24cf762f8285d8a90f52b8efe5b.tar.xz
forums-dc9ccc432cd0b24cf762f8285d8a90f52b8efe5b.zip
[feature/dic] Make use of calls to cut down on boilerplate
PHPBB3-10739
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/index.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 36c10c3ca6..0d7a0a288c 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -88,15 +88,11 @@ $container->setParameter('core.root_path', $phpbb_root_path);
$container->setParameter('core.php_ext', $phpEx);
$container->setAlias('cache.driver.install', 'cache.driver');
-$phpbb_class_loader_ext = $container->get('class_loader.ext');
-$phpbb_class_loader_ext->register();
$phpbb_class_loader = $container->get('class_loader');
-$phpbb_class_loader->register();
+$phpbb_class_loader_ext = $container->get('class_loader.ext');
// set up caching
$cache = $container->get('cache');
-$phpbb_class_loader_ext->set_cache($container->get('cache.driver'));
-$phpbb_class_loader->set_cache($container->get('cache.driver'));
$phpbb_dispatcher = $container->get('dispatcher');
$request = $container->get('request');
kefile?h=14.12&id=be596278cce4c2be258dfb4b9a67ba45eecb6257'>be596278cce4c2be258dfb4b9a67ba45eecb6257 (diff)downloaddrakx-735f8a67a20ee17c42bdfe0c3b349446ba07221b.tar
drakx-735f8a67a20ee17c42bdfe0c3b349446ba07221b.tar.gz
drakx-735f8a67a20ee17c42bdfe0c3b349446ba07221b.tar.bz2
drakx-735f8a67a20ee17c42bdfe0c3b349446ba07221b.tar.xz
drakx-735f8a67a20ee17c42bdfe0c3b349446ba07221b.zip
mandrake is now mandriva
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 5f174b417..e7c2a7e82 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -4,9 +4,9 @@
#
# $Id$
#
- # Pixel (pixel@mandrakesoft.com) (mostly done by Guillaume Cottenceau)
+ # Pixel (pixel@mandriva.com) (mostly done by Guillaume Cottenceau)
#
- # Copyright 2000-2004 Mandrakesoft
+ # Copyright 2000-2004 Mandriva
#
# This software may be freely redistributed under the terms of the GNU
# public license.