Change Horde_Registry_Application init to noinit
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 20 Jan 2010 06:09:30 +0000 (23:09 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 20 Jan 2010 16:32:33 +0000 (09:32 -0700)
commit3ed159b066622e452a443670ecbb5307043163b6
treef4929fc8ba011653d990c1a13ac2ed589c81c495
parentf144df1430d4933b278cfc3d947affc1c40770f0
Change Horde_Registry_Application init to noinit

Now that bootstrap init has been separated from application init, we
always want to call an application's _init() function when accessing the
application for the first time.  Keep the 'init' param, but rename it to
'noinit' and make a truthy value disable this new behavior (opposite of
current default).
framework/Core/lib/Horde/Registry.php
horde/services/prefs.php
horde/test.php