mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 00:24:08 +01:00
* [FIX] Fixed issue with timezone conversion to UNIX time. Thanks to @dvdfabian for the feedback. Closes #858 #871
* [FIX] Fixed issue with LDAP email address when it returns more than one result. Thanks to @dvdfabian and @mymasse for the feedback. Closes #967 #855 * [FIX] Fixed issue when setting language environment variable on some OS. Thanks to @willw-carallon for the feedback. Closes #900 * [FIX] Fixed issue when performing LDAP group lookup. Thank to @dvdfabian for the feedback. Closes #853 * [MOD] Improved behaviour on input of type multiple. Thanks to @vmario89 for the feedback. Closes #839 * [MOD] Deleted unused variable in css.php file. Thanks to @cney for the feedback. Closes #801 * [FIX] Fixed wrong field definition for accHistory.notes. Thanks to @katstei for the feedback. Closes #764
This commit is contained in:
@@ -46,8 +46,6 @@ if (!$file) {
|
||||
->addFile('magnific-popup.min.css')
|
||||
->getMinified();
|
||||
} elseif ($file && $base) {
|
||||
$base = Request::analyze('b');
|
||||
|
||||
$Minify = new Minify();
|
||||
$Minify->setType(Minify::FILETYPE_CSS)
|
||||
->setBase(urldecode($base), true)
|
||||
|
||||
Reference in New Issue
Block a user