BUG 000 Add dummy function registerDashboard for backwards compatibility
This commit is contained in:
@@ -596,4 +596,8 @@ class PMPlugin {
|
|||||||
$oPluginRegistry =& PMPluginRegistry::getSingleton();
|
$oPluginRegistry =& PMPluginRegistry::getSingleton();
|
||||||
$oPluginRegistry->unregisterJavascript($this->sNamespace, $sCoreJsFile, $pluginJsFile);
|
$oPluginRegistry->unregisterJavascript($this->sNamespace, $sCoreJsFile, $pluginJsFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function registerDashboard() {
|
||||||
|
// Dummy function for backwards compatibility
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1178,4 +1178,8 @@ class PMPluginRegistry {
|
|||||||
function getTaskExtendedProperties() {
|
function getTaskExtendedProperties() {
|
||||||
return $this->_aTaskExtendedProperties;
|
return $this->_aTaskExtendedProperties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function registerDashboard() {
|
||||||
|
// Dummy function for backwards compatibility
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user