diff options
| author | 2015-02-21 07:53:45 -0500 | |
|---|---|---|
| committer | 2015-02-21 09:45:19 -0500 | |
| commit | f5028d30d047ae50ac2d89a9a66266de086ac718 (patch) | |
| tree | adcbf48eb11ec52f015b74ee44af6d8189a368db /app/Models/Search.php | |
| parent | c59a702c32752493e8b3b73acf635ecb473b4d7e (diff) | |
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.
Diffstat (limited to 'app/Models/Search.php')
| -rw-r--r-- | app/Models/Search.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/Search.php b/app/Models/Search.php index ef8fc883d..a22e242af 100644 --- a/app/Models/Search.php +++ b/app/Models/Search.php @@ -1,5 +1,7 @@ <?php +require_once(LIB_PATH . '/lib_date.php'); + /** * Contains a search from the search form. * |
