*sigh* I swear I DID test this first...

This commit is contained in:
Thomas Willingham 2013-10-10 19:22:28 +01:00
parent cdf608898a
commit 6d85acc413

View File

@ -47,7 +47,7 @@
if (($schema) && ($schema != '---')) {
$schemefile = 'view/theme/' . current_theme() . '/schema/' . $schema . '.php';
require_once ($schemefile);
}
// If we haven't got a schema, load the default. We shouldn't touch this - we
// should leave it for admins to define for themselves.
if (! $schema) {
@ -56,7 +56,7 @@
require_once ($schemefile);
}
}
}
//Set some defaults - we have to do this after pulling owner settings, and we have to check for each setting
//individually. If we don't, we'll have problems if a user has set one, but not all options.