aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Search.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2015-02-21 07:53:45 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2015-02-21 09:45:19 -0500
commitf5028d30d047ae50ac2d89a9a66266de086ac718 (patch)
treeadcbf48eb11ec52f015b74ee44af6d8189a368db /app/Models/Search.php
parentc59a702c32752493e8b3b73acf635ecb473b4d7e (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.php2
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.
*