Changeset 15127 for trunk/install


Ignore:
Timestamp:
May 19, 2012, 3:18:27 PM (12 years ago)
Author:
mistic100
Message:

confusion in previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/121-database.php

    r15126 r15127  
    2929// see http://piwigo.org/doc/doku.php?id=user_documentation:htaccess_and_hotlink_in_2.4
    3030
    31 if (!isset($page['errors'])) $page['errors'] = array();
     31if (!isset($page['warnings'])) $page['warnings'] = array();
    3232
    3333$upgrade_description = 'add/append htaccess for hotlinks';
     
    5151{
    5252  array_push($page['warnings'], $warning_message);
     53  $upgrade_description.= ': failed';
    5354}
    5455else
     
    5859  {
    5960    array_push($page['warnings'], $warning_message);
     61    $upgrade_description.= ': failed';
    6062  }
    6163  else
Note: See TracChangeset for help on using the changeset viewer.