mirror of https://github.com/itflow-org/itflow
Dont show update successfull if already updated
This commit is contained in:
parent
3b079de8ad
commit
41f60e6b21
|
|
@ -93,6 +93,8 @@ if (isset($options['update']) || isset($options['force_update'])) {
|
|||
}
|
||||
|
||||
echo "Update successful\n";
|
||||
} else {
|
||||
echo "\n";
|
||||
}
|
||||
|
||||
// If "update_db" is requested
|
||||
|
|
|
|||
Loading…
Reference in New Issue