mirror of
https://github.com/sruupl/batflat.git
synced 2026-08-04 23:50:58 +02:00
Fix upgrade file from 1.3.4 to 1.3.5
This commit is contained in:
@@ -207,7 +207,7 @@ switch ($version) {
|
||||
case '1.3.4':
|
||||
$this->rcopy(BASE_DIR.'/tmp/update/themes/admin/css', BASE_DIR.'/themes/admin/css');
|
||||
$this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.switch', '0')");
|
||||
$this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.content', 'I agree to the processing of personal data...'')");
|
||||
$this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.content', 'I agree to the processing of personal data...')");
|
||||
$return = '1.3.5';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user