]> source.dussan.org Git - nextcloud-server.git/commit
Move loading of all the apps to setting the active navigation entry.
authorBart Visscher <bartv@thisnet.nl>
Fri, 30 Nov 2012 11:47:40 +0000 (12:47 +0100)
committerBart Visscher <bartv@thisnet.nl>
Fri, 30 Nov 2012 11:47:44 +0000 (12:47 +0100)
commit8ce3aca3315f9fc9db8e6210fa4e894c5d1d3577
treed676794c5caba2459c89132964cd4d487a3e48dd
parent9717cdb42e956f5c6f923b402cc806b523a160bd
Move loading of all the apps to setting the active navigation entry.

We can't do the loading before matching the route, because some routes
need to do the loading after matching of the route. For example the
navigation detection of the app settings page.
lib/app.php
lib/base.php