Adding require_once possible installation bug

skala
Julio Montoya 13 years ago
parent 2b951c1eec
commit 6eabc56054
  1. 2
      main/inc/lib/skill.lib.php

@ -17,6 +17,8 @@ define ('SKILL_TYPE_REQUIREMENT', 'required');
define ('SKILL_TYPE_ACQUIRED', 'acquired'); define ('SKILL_TYPE_ACQUIRED', 'acquired');
define ('SKILL_TYPE_BOTH', 'both'); define ('SKILL_TYPE_BOTH', 'both');
require_once api_get_path(LIBRARY_PATH).'model.lib.php';
class SkillProfile extends Model { class SkillProfile extends Model {
var $columns = array('id', 'name','description'); var $columns = array('id', 'name','description');
public function __construct() { public function __construct() {

Loading…
Cancel
Save