Changeset 1700 for trunk/admin.php


Ignore:
Timestamp:
Jan 8, 2007, 6:48:37 AM (17 years ago)
Author:
rub
Message:

Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.php

Missing state 'active' to check direct access plugin page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r1699 r1700  
    8989    }
    9090
    91     $check_db_plugin = get_db_plugins('', $page['page']['plugin_id']);
     91    $check_db_plugin = get_db_plugins('active', $page['page']['plugin_id']);
    9292    if (!empty($check_db_plugin))
    9393    {
Note: See TracChangeset for help on using the changeset viewer.