Skip to content

Commit

Permalink
Bugfixes - Sqlite and API
Browse files Browse the repository at this point in the history
- Fixes sqlite migrations and API internal server error
- Fixes TechnicPack#523 and fixes TechnicPack#535
  • Loading branch information
GenPage committed Mar 29, 2016
1 parent a5630b4 commit ded49a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ public function getModpack($modpack = null, $build = null)

public function getMod($mod = null, $version = null)
{
$response = array();

if (empty($mod))
{
if (Cache::has('modlist') && empty($this->client) && empty($this->key))
Expand Down
Binary file modified app/database-sample/production.sqlite
Binary file not shown.

0 comments on commit ded49a4

Please sign in to comment.