CodeDoc.php
authorAlan Knowles <alan@roojs.com>
Fri, 14 Oct 2016 03:16:39 +0000 (11:16 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Oct 2016 03:16:39 +0000 (11:16 +0800)
CodeDoc.php

index 51162cd..7164b35 100644 (file)
@@ -417,7 +417,7 @@ class PHP_CodeDoc {
             
             
         }
-        $file = self::$options['targetJS'].'/categories.bjs';
+        $file = self::$options['targetJS'].'/categories.json';
         file_put_contents($file, json_encode($cats ,JSON_PRETTY_PRINT));