mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
lib/config - remove non existing variable from getRevisionContext((), closes https://github.com/opnsense/core/pull/7500
This commit is contained in:
parent
2831bbaabd
commit
466494914e
@ -486,7 +486,7 @@ class Config extends Singleton
|
||||
}
|
||||
}
|
||||
}
|
||||
$revision['time'] = empty($timestamp) ? microtime(true) : $timestamp;
|
||||
$revision['time'] = microtime(true);
|
||||
|
||||
return $revision;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user