No more lightdb:delete v10

This commit is contained in:
xdrm-brackets 2017-09-14 16:18:24 +02:00
parent 011d51536c
commit abe8ec2340
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@
/* (1) Open/Create light-database */ /* (1) Open/Create light-database */
try{ try{
$ldb = new lightdb("config"); $ldb = new lightdb("config");
$ldb->flush();
/* (2) Manage error */ /* (2) Manage error */
}catch(\Exception $e){ }catch(\Exception $e){