The exported code is:
$cron_rule = new stdClass;

Should be:
$cron_rule = new stdClass();

Comments

mfernea created an issue. See original summary.

mfernea’s picture

Status: Active » Needs review
StatusFileSize
new784 bytes

Here is the patch.

mfernea’s picture

Here is the patch for 7.x-2.4 version.

mfernea’s picture

StatusFileSize
new721 bytes

Sorry, this is the patch for 7.x-2.4.

kala4ek’s picture

Assigned: Unassigned » kala4ek

  • kala4ek committed 57a73c8 on 7.x-2.x authored by mfernea
    Issue #2930214 by mfernea, kala4ek: Exported code coding standards
    
kala4ek’s picture

Assigned: kala4ek » Unassigned
Status: Needs review » Fixed

Committed with a slight change.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.