Progress 8 for the dashboards

This commit is contained in:
Julio Cesar Laura
2011-10-31 17:06:50 -04:00
parent 13c0794e56
commit 3f91088160
2 changed files with 54 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ class PMDashlet extends DashletInstance implements DashletInterface {
public function saveDashletInstance($data) {
try {
//
$this->dashletObject->save($data);
}
catch (Exception $error) {
throw $error;
@@ -80,7 +80,7 @@ class PMDashlet extends DashletInstance implements DashletInterface {
public function deleteDashletInstance($dasInsUid) {
try {
//
$this->dashletObject->remove($dasInsUid);
}
catch (Exception $error) {
throw $error;