Progress 9 for the dashboards

This commit is contained in:
Julio Cesar Laura
2011-10-31 17:23:04 -04:00
parent c7c56b4e60
commit 2103c45c23
2 changed files with 10 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ class PMDashlet extends DashletInstance implements DashletInterface {
public function setup($dasInsUid) {
try {
$dashletInstance = $this->getDashletInstance($dasInsUid);
G::LoadClass($dashletInstance['DAS_CLASS']);
$this->dashletObject = new $dashletInstance['DAS_CLASS']();
$this->dashletObject->setup($dashletInstance);
}