Skip to content
Snippets Groups Projects
Commit 1ebf7ce0 authored by tim.niklas's avatar tim.niklas
Browse files

fixed function parameter count

parent b7d70aa7
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class Install_Index_view extends Vtiger_View_Controller {
$this->exposeMethod('Step7');
}
public function preProcess(Vtiger_Request $request) {
public function preProcess(Vtiger_Request $request, $display = true) {
date_default_timezone_set('Europe/London'); // to overcome the pre configuration settings
// Added to redirect to default module if already installed
$configFileName = 'config.inc.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment