Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1065 from dblencowe/remove-undefined-variable-in-…
Browse files Browse the repository at this point in the history
…routes-file

Remove undefined variable in routes file
  • Loading branch information
Visual Idiot committed May 6, 2016
2 parents c31f069 + 76f6cd4 commit af11a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
return Response::redirect('metadata');
}


$vars['messages'] = Notify::read();

return Layout::create('account', $vars);
}));
Expand Down

0 comments on commit af11a4c

Please sign in to comment.