install redbasic during setup so that at least one theme is registered. Otherwise none of the display settings seem to work very well.

This commit is contained in:
friendica 2013-12-16 00:25:08 -08:00
parent 5a3a72604b
commit a7a775a718
2 changed files with 3 additions and 1 deletions

View file

@ -577,6 +577,8 @@ function load_database($db) {
function what_next() {
$a = get_app();
// install the standard theme
set_config('system','allowed_themes','redbasic');
$baseurl = $a->get_baseurl();
return
t('<h1>What next</h1>')

View file

@ -1 +1 @@
2013-12-15.528
2013-12-16.529