Skip to content
Snippets Groups Projects
Commit fffdfeba authored by yashodha's avatar yashodha
Browse files

fix syntax error

parent 0a0934e1
Branches
Tags
No related merge requests found
......@@ -88,7 +88,7 @@ class CRM_Utils_Weight {
* @return bool
*/
static function delWeight($daoName, $fieldID, $fieldValues = NULL, $weightField = 'weight') {
$object = new . $daoName();
$object = new $daoName();
$object->id = $fieldID;
if (!$object->find(TRUE)) {
return FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment