Ignore:
Timestamp:
May 29, 2011, 4:04:36 PM (13 years ago)
Author:
cljosse
Message:

[extensions] set_plugins fix bugs on activate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/set_plugins/admin.php

    r11072 r11093  
    55// Fetch the template.
    66global $template;
    7            $redirect_url = get_root_url().'admin.php?page='.'plugins_list';
    8              redirect($redirect_url);
     7
    98include_once(SET_PLUGINS_PATH."include/constants.php");           
    109include_once(SET_PLUGINS_PATH.'include/affiche.php');
     
    5958
    6059// Assign the template contents to ADMIN_CONTENT
    61 $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin');
     60$template->assign_var_from_handle('ADMIN_CONTENT', 'plugin');       
     61  //  $redirect_url = get_root_url().'admin.php?page='.'plugins_list';
     62    //         redirect($redirect_url);
    6263?>
Note: See TracChangeset for help on using the changeset viewer.