bug in method processValue
-
Hi there
found and used the plugin – worked like a charm. Thanks for pointing out how to override siteurl and wp home via DEFINE statements!
found this:
if (($serialized) && (is_string($v))) {
// Reprocess in case of double serialize done by sketchy plugins
$v = $this->processValue();
} else { …..and when running plugin I get an error since the method expects 3 arguments.
shoudl this not read
$v = $this->processValue($v, $old, $new);
?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘bug in method processValue’ is closed to new replies.