Broken log due to variable

This commit is contained in:
Mike Jolley 2018-04-30 16:23:49 +01:00
parent a48fababe2
commit cdec3321ac
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}