Closed paulschreiber closed 5 years ago
In get_multi(), we have:
get_multi()
if ( $to_get ) { $vals = $mc->get_multi( $to_get );
The variable $to_get doesn't exist anywhere else in the code.
This is causing an Undefined variable: to_get warning to appear.
Undefined variable: to_get
related: #27
Fixed by #30
In
get_multi()
, we have:The variable $to_get doesn't exist anywhere else in the code.
This is causing an
Undefined variable: to_get
warning to appear.