Changeset 3202:f3fa66f319ae
- Timestamp:
- 03/01/16 08:01:01 (9 years ago)
- Branch:
- 2.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r3187 r3202 166 166 } 167 167 // Store new list 168 $core->auth->user_prefs->interface->put('media_last_dirs',$last_dirs );168 $core->auth->user_prefs->interface->put('media_last_dirs',$last_dirs,'array'); 169 169 } 170 170 } -
inc/dbschema/upgrade.php
r3198 r3202 524 524 if (version_compare($version,'2.9.1','<=')) 525 525 { 526 self::prefs2array('dashboard','favorites'); 526 527 self::prefs2array('interface','media_last_dirs'); 527 528 }
Note: See TracChangeset
for help on using the changeset viewer.