mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 21:17:45 +02:00
fix: set episode description footer to null when empty value
change Database connection import with db_connect helper
This commit is contained in:
parent
33f1b91d55
commit
3a7d97d660
9 changed files with 47 additions and 29 deletions
|
|
@ -303,7 +303,7 @@ class InstallController extends Controller
|
|||
// Activate user
|
||||
$user->activate();
|
||||
|
||||
$db = Database::connect();
|
||||
$db = db_connect();
|
||||
|
||||
$db->transStart();
|
||||
if (! ($userId = $userModel->insert($user, true))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue