If no request, assume 'home' module
Eliminates the need to define a default module in the config.
This commit is contained in:
parent
e0228a9e8a
commit
a4bf33cce2
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ if (isset($config->pickles['sessions']))
|
|||
|
||||
if (!isset($_REQUEST['request']))
|
||||
{
|
||||
$_REQUEST['request'] = isset($config->pickles['module']) ? $config->pickles['module'] : '';
|
||||
$_REQUEST['request'] = 'home';
|
||||
}
|
||||
|
||||
// }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue