Changeset 753bf77 in github


Ignore:
Timestamp:
Apr 18, 2012 1:53:29 PM (14 months ago)
Author:
alecpl <alec@…>
Branches:
release-0.8
Children:
6dc7ce5
Parents:
f7ae899
Message:
  • Fix parent folder permissions checking on folder creation (#1488443)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r3d5240b7 r753bf77  
    22=========================== 
    33 
     4- Fix parent folder permissions checking on folder creation (#1488443) 
    45- Set flexible width to login form fields (#1488418) 
    56- Fix re-draw bug on list columns change in IE8 (#1487822) 
  • program/steps/settings/save_folder.inc

    r7fe3811 r753bf77  
    7878    $parent_opts = $STORAGE->folder_info($path); 
    7979    if ($parent_opts['namespace'] != 'personal' 
    80         && (empty($parent_opts['rights']) || !preg_match('/[ck]/', implode($parent_opts))) 
     80        && (empty($parent_opts['rights']) || !preg_match('/[ck]/', implode($parent_opts['rights']))) 
    8181    ) { 
    8282        $error = rcube_label('parentnotwritable'); 
Note: See TracChangeset for help on using the changeset viewer.