Changeset 6620 for trunk


Ignore:
Timestamp:
Jun 29, 2010, 1:12:40 AM (14 years ago)
Author:
plg
Message:

merge r6618 from branch 2.1 to trunk

bug 1746 fixed: a missing GD library is a setup error, it blocks the upload
form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/photos_add_direct.php

    r6498 r6620  
    451451}
    452452
     453if (!function_exists('gd_info'))
     454{
     455  array_push($setup_errors, l10n('GD library is missing'));
     456}
     457
    453458$template->assign(
    454459    array(
Note: See TracChangeset for help on using the changeset viewer.