FIX: Index forks
authorJustin J. Novack <jnovack@gmail.com>
Fri, 21 Sep 2012 20:49:09 +0000 (16:49 -0400)
committerJustin J. Novack <jnovack@gmail.com>
Fri, 21 Sep 2012 20:59:23 +0000 (16:59 -0400)
src/phorkie/Forker.php

index f4901ed9251e4720e54e7251518c3ceca2eb22d7..affa12ae47df853809968ce73f7d502158d3bb0d 100644 (file)
@@ -37,6 +37,10 @@ class Forker
         foreach (\glob($new->gitDir . '/hooks/*') as $hookfile) {
             \unlink($hookfile);
         }
         foreach (\glob($new->gitDir . '/hooks/*') as $hookfile) {
             \unlink($hookfile);
         }
+
+        $db = new Database();
+        $db->getIndexer()->addRepo($new);
+
         return $new;
     }
 }
         return $new;
     }
 }