Skip to content

Commit

Permalink
[TASK] remove Vidi Picker for COllections
Browse files Browse the repository at this point in the history
  • Loading branch information
nxpthx committed Jan 9, 2012
1 parent 7c3d237 commit a2d08be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Service/RecordPicker/VidiRecordPicker.php
Expand Up @@ -8,7 +8,7 @@ class Tx_Vidi_Service_RecordPicker_VidiRecordPicker {
* @return bool
*/
public function canHandle($mode, $allowed) {
return $mode === 'db' && (strpos($allowed,'sys_file') !== FALSE);
return $mode === 'db' && $allowed == 'sys_file';
}

// TODO register media and file somehow
Expand Down

0 comments on commit a2d08be

Please sign in to comment.