Changeset 15127
- Timestamp:
- May 19, 2012, 3:18:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/db/121-database.php
r15126 r15127 29 29 // see http://piwigo.org/doc/doku.php?id=user_documentation:htaccess_and_hotlink_in_2.4 30 30 31 if (!isset($page[' errors'])) $page['errors'] = array();31 if (!isset($page['warnings'])) $page['warnings'] = array(); 32 32 33 33 $upgrade_description = 'add/append htaccess for hotlinks'; … … 51 51 { 52 52 array_push($page['warnings'], $warning_message); 53 $upgrade_description.= ': failed'; 53 54 } 54 55 else … … 58 59 { 59 60 array_push($page['warnings'], $warning_message); 61 $upgrade_description.= ': failed'; 60 62 } 61 63 else
Note: See TracChangeset
for help on using the changeset viewer.