Ignore:
Timestamp:
Mar 9, 2008, 8:28:04 AM (16 years ago)
Author:
rub
Message:

Fix some c13y/smarty bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/check_integrity.class.php

    r2241 r2269  
    194194        $can_select = false;
    195195        $c13y_display = array(
    196            'ID' => $c13y['id'],
    197            'ANOMALY' => $c13y['anomaly'],
     196           'id' => $c13y['id'],
     197           'anomaly' => $c13y['anomaly'],
    198198           'show_ignore_msg' => false,
    199199           'show_correction_success_fct' => false,
     
    267267      $template->assign('c13y_show_submit_ignore', $submit_ignore);
    268268
    269       $template->assign_var_from_handle('ADMIN_CONTENT', 'check_integrity');
     269      $template->concat_var('ADMIN_CONTENT', $template->parse('check_integrity', true));
     270
    270271    }
    271272  }
Note: See TracChangeset for help on using the changeset viewer.