2nd round
[pharext/pharext.org] / app / Controller / Github / Index.php
index 7918e2df620a4152555ea9b0bd00bac740e775c0..8b6da0328abe80908c0c2e9dd99c7117854cb553 100644 (file)
@@ -17,6 +17,7 @@ class Index extends Github
                                list(list($repos, $links)) = $results;
                                $this->app->display("github/index", compact("repos", "links"));
                        });
+                       
                        $this->github->drain();
                }
        }