Actions
Feature #16892
closedPatch for more than one sysfolder
Start date:
2007-01-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The current release only allows one sysfolder for user storage. The attached patch simply changes the sql statement from "pid=\'%d\'" into "pid IN (%s)" which allows a comma separated list of sysfolder ids
Former TS:
plugin.tx_newloginbox_pi1.storagePid = 1
With patch:
plugin.tx_newloginbox_pi1.storagePid = 1,2,3
Attention: the storagePid-value will directly be passed to the SQL statement.
(issue imported from #M4848)
Files
Actions