Show visible services in catalog - refs BT#8407

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent 5ddbceb0ad
commit 6f9efc04d7
  1. 2
      plugin/buycourses/src/buy_course_plugin.class.php

@ -2105,7 +2105,7 @@ class BuyCoursesPlugin extends Plugin
$userTable = Database::get_main_table(TABLE_MAIN_USER);
$whereConditions = [
's.id <> ? ' => 0,
's.visibility <> ? ' => 0,
];
if (!empty($name)) {

Loading…
Cancel
Save