Ignore:
Timestamp:
Jun 26, 2009, 4:42:49 PM (15 years ago)
Author:
Criss
Message:

Fix bug on administration page (text)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CommentEditor/administration.php

    r3462 r3465  
    11<?php
    2 /* $Id: administration.php,v 1.1 2009/06/26 08:56:32 Criss Exp $ */
     2/* $Id: administration.php,v 1.2 2009/06/26 14:40:27 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
     
    3030
    3131foreach ($config_tabs as $current_tab) {
    32     $tab_name = 'tab_'.$current_tab;
     32    $tab_name = 'ce_tab_'.$current_tab;
    3333    $tabsheet->add($current_tab,
    3434                   l10n($tab_name),
Note: See TracChangeset for help on using the changeset viewer.