Skip to content

Commit

Permalink
MDL-19311 Fixing some bad comment layout
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed May 16, 2010
1 parent aaf1338 commit 825b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
add_to_log(SITEID, 'course', 'view', 'view.php?id='.SITEID, SITEID);
}

//Hack to display the hub server home page if ever the hub plugin is installed
/// If the hub plugin is installed then we let it take over the homepage here
if (get_config('local_hub', 'hubenabled') && file_exists($CFG->dirroot.'/local/hub/lib.php')) {
require_once($CFG->dirroot.'/local/hub/lib.php');
$hub = new local_hub();
Expand Down

0 comments on commit 825b6fd

Please sign in to comment.