Ignore:
Timestamp:
Apr 7, 2012, 11:12:25 PM (12 years ago)
Author:
plg
Message:

bug 2612 fixed: sanitize $_GETinstallstatus before display for
themes/languages/plugins installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/admin/themes_new.php

    r11917 r13961  
    103103      array_push(
    104104        $page['errors'],
    105         sprintf(l10n('An error occured during extraction (%s).'), $_GET['installstatus'])
     105        sprintf(l10n('An error occured during extraction (%s).'), htmlspecialchars($_GET['installstatus']))
    106106        );
    107107  } 
Note: See TracChangeset for help on using the changeset viewer.