소스 검색

Add required library

The lib_date.php library was missing in the Search object file. It is required to make date conversion in that object.
Alexis Degrugillier 11 년 전
부모
커밋
f5028d30d0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/Models/Search.php

+ 2 - 0
app/Models/Search.php

@@ -1,5 +1,7 @@
 <?php
 
+require_once(LIB_PATH . '/lib_date.php');
+
 /**
  * Contains a search from the search form.
  *