]> source.dussan.org Git - nextcloud-server.git/commit
Workaround to fix the too early init dilemma
authorMorris Jobke <hey@morrisjobke.de>
Thu, 4 Dec 2014 08:35:01 +0000 (09:35 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 8 Dec 2014 21:33:36 +0000 (22:33 +0100)
commit2d5fc9c1a6beec15f04277ccf1408b17f04631e9
treead3512ede81e47580f88cd2f1ebac71d28a59a3d
parentaf91ee97c981d32bcd531e71d31e16f1232c44ce
Workaround to fix the too early init dilemma

* this needs to be properly fixed by a proper organisation of the base.php
* introduced fixDIInit() in AllConfig that moves the injection
  of DatabaseConnection to a later point in time
* problems mostly because of the autoconfig setup
lib/private/allconfig.php
lib/private/server.php
tests/lib/allconfig.php