Skip to content

Commit b257d25

Browse files
committed
N°9144 Split audit & install sequencers
1 parent 4d789ae commit b257d25

File tree

8 files changed

+1256
-1187
lines changed

8 files changed

+1256
-1187
lines changed

setup/SetupDBBackup.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
class SetupDBBackup extends DBBackup
4+
{
5+
protected function LogInfo($sMsg)
6+
{
7+
SetupLog::Ok('Info - '.$sMsg);
8+
}
9+
10+
protected function LogError($sMsg)
11+
{
12+
SetupLog::Ok('Error - '.$sMsg);
13+
}
14+
}

0 commit comments

Comments
 (0)