Re-allow dashboard to render itself

This commit is contained in:
Thomas Gelf 2014-02-18 18:53:56 +00:00
parent cea4923eae
commit f9f522d599

View File

@ -48,7 +48,7 @@ use Zend_View_Abstract;
* - Dashboard: Shows all panes * - Dashboard: Shows all panes
* *
*/ */
class Dashboard implements Widget class Dashboard extends AbstractWidget
{ {
/** /**
* The configuration containing information about this dashboard * The configuration containing information about this dashboard