X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FDatabaseUpdater.php;h=702f850c982d4d629120a128e5af984c25df36a7;hb=9ce9ca079f656923d8fc216d3340a0dfb4a8e6af;hp=12ef91a3a7e2ea144b2dd836e65cae3bf65dc6f7;hpb=f9774eff90942fffa39c53f546510a81244c4b2b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 12ef91a3a7..702f850c98 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -934,6 +934,7 @@ abstract class DatabaseUpdater { } $blobStore = new MessageBlobStore(); $blobStore->clear(); + $this->db->delete( 'module_deps', '*', __METHOD__ ); $this->output( "done.\n" ); }