MantisBT: master-1.2.x e2d19cf3

Author Committer Branch Timestamp Parent
jreese jreese master-1.2.x 2010-04-14 12:09 master-1.2.x 5ef2ad87
Changeset

Prevent plugin init if schema upgrade needed

In cases where plugins have an updated schema list, but the system
administrator has not yet upgraded the schema from the plugin management
page, the system should fail to initialize that plugin. This will
prevent confusing and misleading errors from database_api because of
missing or incorrect table definitions.

mod - core/plugin_api.php Diff File