Skip to content

Commit

Permalink
removed no courses message, replaced by helpme
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed Apr 19, 2018
1 parent 18f9b67 commit 7f6fc11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
/////////
// Tell the admin howto create courses if there are not any yet created

if($num_courses == 0 && $_config['just_social'] == 0){
$msg->addFeedback('ADMIN_NO_COURSES');
}
//if($num_courses == 0 && $_config['just_social'] == 0){
// $msg->addFeedback('ADMIN_NO_COURSES');
//}
///////
// If no AChecker key is present, explain how to get one
if(!isset($_config['achecker_key']) || $_config['achecker_key'] ==''){
Expand Down

0 comments on commit 7f6fc11

Please sign in to comment.