Changeset 150 for trunk/start.php

Show
Ignore:
Timestamp:
08/31/10 10:10:53 (21 months ago)
Author:
gnum
Message:

Fixes #97, vCard can be downloaded by any facilitator also made changes for OPML files, those can be downloaded by any user.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/start.php

    r146 r150  
    161161        register_action('edufeedr/join_educourse', true, $CONFIG->pluginspath . 'edufeedr/actions/join_educourse.php'); 
    162162        register_action('edufeedr/remove_participant', false, $CONFIG->pluginspath . 'edufeedr/actions/remove_participant.php'); 
    163         register_action('edufeedr/download_educourse_vcard', true, $CONFIG->pluginspath . 'edufeedr/actions/download_educourse_vcard.php'); 
    164         register_action('edufeedr/download_educourse_opml', false, $CONFIG->pluginspath . 'edufeedr/actions/download_educourse_opml.php'); 
     163        register_action('edufeedr/download_educourse_vcard', false, $CONFIG->pluginspath . 'edufeedr/actions/download_educourse_vcard.php'); 
     164        register_action('edufeedr/download_educourse_opml', true, $CONFIG->pluginspath . 'edufeedr/actions/download_educourse_opml.php'); 
    165165        register_action('edufeedr/edit_participant', false, $CONFIG->pluginspath . 'edufeedr/actions/edit_participant.php'); 
    166166        register_action('edufeedr/add_assignment', false, $CONFIG->pluginspath . 'edufeedr/actions/add_assignment.php');