mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
mvc: style sweep
This commit is contained in:
parent
0db5c3bb63
commit
5c04e65dcf
@ -544,10 +544,10 @@ class Config extends Singleton
|
||||
|
||||
$cnt = 1;
|
||||
foreach ($this->getBackups() as $filename) {
|
||||
if ($cnt > $revisions ) {
|
||||
if ($cnt > $revisions) {
|
||||
@unlink($filename);
|
||||
}
|
||||
++$cnt ;
|
||||
++$cnt;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user