Broken log due to variable
This commit is contained in:
parent
a48fababe2
commit
cdec3321ac
|
@ -1217,7 +1217,7 @@ class WC_Helper {
|
|||
}
|
||||
|
||||
if ( ! $activated ) {
|
||||
self::log( 'Could not activate a subscription upon plugin activation: ' . $$filename );
|
||||
self::log( 'Could not activate a subscription upon plugin activation: ' . $filename );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue