From 4cf7c537770d3bd036ee1fa2c2c1ee90f21278b2 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Mon, 6 Oct 2014 08:43:30 -0700 Subject: [PATCH] oops i'm not tired i swear --- controllers/controllers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/controllers.php b/controllers/controllers.php index 2c74d5e..9675297 100644 --- a/controllers/controllers.php +++ b/controllers/controllers.php @@ -60,7 +60,7 @@ $app->get('/new/options.json', function() use($app) { ), array( 'title' => 'Alcohol', - 'items' => array_map(function($e){ return array('title'=>$e); }, caffeine_options()) + 'items' => array_map(function($e){ return array('title'=>$e); }, alcohol_options()) ) ) )));