1
0
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:
Ryan Cramer
2017-03-24 13:23:36 -04:00
parent 722b504273
commit ec4726b3df
7 changed files with 45 additions and 21 deletions

View File

@@ -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');
}