FIX: Index forks
[phorkie.git] / 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;
     }
 }