Skip to content
Snippets Groups Projects
Commit 6a95930f authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #714 from yashodha/4.4.master

fix syntax error
parents 0a0934e1 fffdfeba
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