Skip to content

Commit

Permalink
5576 removed html comments from around the MyFile option in File Stor…
Browse files Browse the repository at this point in the history
…age worker select menu.
  • Loading branch information
atutorlangs committed Apr 2, 2015
1 parent cc251c6 commit ef60062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/_standard/file_storage/index.php
Expand Up @@ -580,7 +580,7 @@
<select name="ot" id="ot">
<option value="1" <?php if ($owner_type == WORKSPACE_COURSE) { echo 'selected="selected"'; } ?>><?php echo _AT('course_files'); ?></option>
<?php if ($_SESSION['member_id'] && $_SESSION['enroll']): ?>
<!-- <option value="2" <?php if ($owner_type == WORKSPACE_PERSONAL) { echo 'selected="selected"'; } ?>><?php echo _AT('my_files'); ?></option> -->
<option value="2" <?php if ($owner_type == WORKSPACE_PERSONAL) { echo 'selected="selected"'; } ?>><?php echo _AT('my_files'); ?></option>
<?php endif; ?>
<?php if (isset($file_storage_groups)): ?>
<optgroup label="<?php echo _AT('groups'); ?>">
Expand Down

0 comments on commit ef60062

Please sign in to comment.