disable RAW widgets editor (deprecated)

This commit is contained in:
real_nowhereman 2013-06-24 19:09:39 +00:00
parent 51ed39768d
commit 81a47b5f8f

View File

@ -17,7 +17,10 @@
class admin_widgets extends AdminPanel {
var $panelname = "widgets";
var $actions = array('default' => true, 'raw' => true);
var $actions = array(
'default' => true
//, 'raw' => true
);
}