diff options
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/SearchController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/controllers/SearchController.php b/controllers/SearchController.php index a7b0cee..805b981 100644 --- a/controllers/SearchController.php +++ b/controllers/SearchController.php @@ -21,7 +21,6 @@ class SearchController extends \lithium\action\Controller { $kdrama = Kdrama::find('all', compact('conditions', 'limit')); return compact('anime', 'manga', 'kdrama'); - } } |