# HG changeset patch # User Dan Fuhry # Date 1280887807 14400 # Node ID bf59bcc79baf040494fbfe4e56ba4ac3c4d38548 # Parent 2c95a2c538c8c0afaed5304d75b4c1b48da43a83 Fixed no plugins showing up in sidebar create block page diff -r 2c95a2c538c8 -r bf59bcc79baf plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Tue Aug 03 22:09:34 2010 -0400 +++ b/plugins/SpecialAdmin.php Tue Aug 03 22:10:07 2010 -0400 @@ -2377,6 +2377,10 @@ switch($_GET['action']) { case 'new': + + // template needs to be initialized for this + $template->init_vars(); + ?>