Skip to:
Content

bbPress.org

Changeset 1176


Ignore:
Timestamp:
03/02/2008 07:07:26 AM (18 years ago)
Author:
sambauers
Message:

Typo in upgrade functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/upgrade-functions.php

    r1174 r1176  
    528528    // Only do this when upgrading
    529529    if ( defined( 'BB_UPGRADING' ) && BB_UPGRADING ) {
    530         $plugins = bb_get_option('active_plugins')
     530        $plugins = bb_get_option('active_plugins');
    531531        if ( bb_get_option('akismet_key') && !in_array('akismet.php', $plugins) ) {
    532532            $plugins[] = 'akismet.php';
Note: See TracChangeset for help on using the changeset viewer.