server/src/app/Repositories/RdfDocumentRepository.php
changeset 169 8fddc113095e
parent 168 17f10b56c079
child 261 02e2396bcbbc
--- a/server/src/app/Repositories/RdfDocumentRepository.php	Thu Jun 02 18:24:19 2016 +0200
+++ b/server/src/app/Repositories/RdfDocumentRepository.php	Sun Jun 05 00:28:45 2016 +0200
@@ -89,6 +89,7 @@
         if($doc->isEmpty()) {
             return null;
         }
+        //print($doc->dump());
 
         // clone the graph to force the URI
         $DocumentKlass = $short?DocumentResult::class:Document::class;