mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Added a change when mr is in updated folder.
This commit is contained in:
parent
e34ec2109a
commit
a8e1cdba8f
@ -1754,7 +1754,7 @@ function db_check_minor_relase_available_to_um ($package, $ent, $offline) {
|
||||
$file_dest = $config["homedir"] . "/extras/mr/updated/$num.sql";
|
||||
if (file_exists($file_dest)) {
|
||||
$exists = true;
|
||||
|
||||
update_config_token("MR", $num);
|
||||
if (file_exists($config["homedir"] . "/extras/mr/$num.sql")) {
|
||||
unlink($config["homedir"] . "/extras/mr/$num.sql");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user