Skip to content

Commit

Permalink
fixed a bug on fetching the actual code
Browse files Browse the repository at this point in the history
  • Loading branch information
tzikis committed Aug 2, 2013
1 parent 04c756f commit e675910
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public function listAction()

public function getCodeAction()
{
$arduino_library_files = $this->container->getParameter('arduino_library_directory')."/";

$finder = new Finder();

$request = Request::createFromGlobals();
Expand Down

0 comments on commit e675910

Please sign in to comment.