Browse Source

oops i'm not tired i swear

pull/10/head
Aaron Parecki 9 years ago
parent
commit
4cf7c53777
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      controllers/controllers.php

+ 1
- 1
controllers/controllers.php View File

@ -60,7 +60,7 @@ $app->get('/new/options.json', function() use($app) {
), ),
array( array(
'title' => 'Alcohol', 'title' => 'Alcohol',
'items' => array_map(function($e){ return array('title'=>$e); }, caffeine_options())
'items' => array_map(function($e){ return array('title'=>$e); }, alcohol_options())
) )
) )
))); )));

Loading…
Cancel
Save