lcache / wp-lcache

A WordPress implementation of LCache
https://wordpress.org/plugins/wp-lcache/
GNU General Public License v2.0
88 stars 5 forks source link

Incorrect $table_prefix usage on multisite #147

Closed danielbachhuber closed 7 years ago

danielbachhuber commented 7 years ago

On multisite, we need a table_prefix specific to the target site. The $table_prefix global is incorrect.

From https://github.com/lcache/lcache/issues/85

danielbachhuber commented 7 years ago

On multisite, we need a table_prefix specific to the target site.

Not sure what I was thinking here... the lcache_events table is global to the WordPress install.