Changeset 15126

Show
Ignore:
Timestamp:
05/19/12 15:13:23 (13 months ago)
Author:
mistic100
Message:

remove Warning when called from upgrade_feed.php, no consequence for upgrade.php

Files:
1 modified

Legend:

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

    r15124 r15126  
    2828 
    2929// see http://piwigo.org/doc/doku.php?id=user_documentation:htaccess_and_hotlink_in_2.4 
     30 
     31if (!isset($page['errors'])) $page['errors'] = array(); 
    3032 
    3133$upgrade_description = 'add/append htaccess for hotlinks';