Skip to content

Commit

Permalink
wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 21, 2016
1 parent b261275 commit 6389e05
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions jonah/stories/index.php
Expand Up @@ -21,10 +21,12 @@
exit;
}

$params = array('registry' => &$registry,
'notification' => &$notification,
'prefs' => &$prefs,
'conf' => &$conf,
'channel_id' => $channel_id);
$params = array(
'registry' => &$registry,
'notification' => &$notification,
'prefs' => &$prefs,
'conf' => &$conf,
'channel_id' => $channel_id
);
$view = new Jonah_View_StoryList($params);
$view->run();

0 comments on commit 6389e05

Please sign in to comment.