Changeset 1176
- Timestamp:
- 03/02/2008 07:07:26 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/upgrade-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/upgrade-functions.php
r1174 r1176 528 528 // Only do this when upgrading 529 529 if ( defined( 'BB_UPGRADING' ) && BB_UPGRADING ) { 530 $plugins = bb_get_option('active_plugins') 530 $plugins = bb_get_option('active_plugins'); 531 531 if ( bb_get_option('akismet_key') && !in_array('akismet.php', $plugins) ) { 532 532 $plugins[] = 'akismet.php';
Note: See TracChangeset
for help on using the changeset viewer.