Fix redirect on Badge Criteria page - refs #7881

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent da0ceb372f
commit bd77833702
  1. 1
      main/badge/criteria.php

@ -16,6 +16,7 @@ if (!$skill) {
);
header('Location: ' . api_get_path(WEB_PATH));
exit;
}
$skillInfo = [

Loading…
Cancel
Save