Ignore:
Timestamp:
Feb 28, 2007, 4:07:12 AM (17 years ago)
Author:
rvelices
Message:

feature 657: permalinks for categories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugin.php

    r1731 r1866  
    5050
    5151$plugin_id = $sections[0];
    52 $check_db_plugin = get_db_plugins('active', $plugin_id );
    53 if (empty($check_db_plugin))
     52if ( !isset($pwg_loaded_plugins[$plugin_id]) )
    5453{
    5554  die('Invalid URL - plugin '.$plugin_id.' not active');
Note: See TracChangeset for help on using the changeset viewer.