Missing $classes array initialization
-
Hi,
In /lib/class_core.php on line 801 you should initialize the
$classesarray to prevent warnings.$classes = array( 'wp_crm' );You can then remove the code below for the first case statement:
$classes[ ] = 'wp_crm';Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Missing $classes array initialization’ is closed to new replies.