Ignore:
Timestamp:
Apr 6, 2010, 10:04:42 PM (14 years ago)
Author:
rvelices
Message:

fixes only:

  • some searches returned bad array for pageitems (resulting in php warnings and sometimes mysql fatal error) still existing in branch 2.0
  • mysql fatal error in admin maintenance
  • php warn in plugins_list.php
  • fix check on function param in admin/include/functions.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugins_list.php

    r5475 r5691  
    4040{
    4141  check_pwg_token();
    42  
     42
    4343  $page['errors'] = $plugins->perform_action($_GET['action'], $_GET['plugin']);
    4444
     
    7070    'DESC' => $fs_plugin['description'],
    7171    'AUTHOR' => $fs_plugin['author'],
    72     'AUTHOR_URL' => $fs_plugin['author uri'],
     72    'AUTHOR_URL' => @$fs_plugin['author uri'],
    7373    'U_ACTION' => sprintf($action_url, $plugin_id)
    7474    );
     
    113113  $template->append('plugin_states', 'missing');
    114114}
    115  
     115
    116116$template->assign_var_from_handle('ADMIN_CONTENT', 'plugins');
    117117?>
Note: See TracChangeset for help on using the changeset viewer.