* fix bug meeting
This commit is contained in:
@@ -240,7 +240,8 @@ class install extends control
|
||||
|
||||
if($this->post->importDemoData) $this->install->importDemoData();
|
||||
|
||||
if($this->config->systemMode == 'lean')
|
||||
$defaultProgram = $this->loadModel('setting')->getItem('owner=system&module=common§ion=global&key=defaultProgram');
|
||||
if($this->config->systemMode == 'lean' and empty($defaultProgram))
|
||||
{
|
||||
/* Lean mode create default program. */
|
||||
$programID = $this->loadModel('program')->createDefaultProgram();
|
||||
|
||||
@@ -12,3 +12,4 @@
|
||||
#useNew {background-color: #ddd!important; padding: 6px 85px;}
|
||||
|
||||
#mainContent .datatable {cursor: default;}
|
||||
.container {padding-top: 20px;}
|
||||
Reference in New Issue
Block a user