mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 00:06:55 +02:00
A few updates in support of new AdminThemeFramework and bump version to 3.0.57
This commit is contained in:
@@ -61,7 +61,6 @@ abstract class AdminThemeFramework extends AdminTheme {
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
$this->set('useAsLogin', false);
|
||||
$this->wire('modules')->get('JqueryUI')->use('panel');
|
||||
$this->sanitizer = $this->wire('sanitizer');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user