Progress 6 for the dashboards

This commit is contained in:
Julio Cesar Laura
2011-10-31 15:58:51 -04:00
parent 7024663aa9
commit b63b46bcff
2 changed files with 7 additions and 9 deletions

View File

@@ -96,7 +96,7 @@ class Dashboard extends Controller {
$this->setJSVar('dashletInstance', $this->pmDashlet->getDashletInstance($dasInsUid));
}
else {
$this->setJSVar('dashletInstance', new stdclass());
$this->setJSVar('dashletInstance', '');
}
G::RenderPage('publish', 'extJs');
}