nice sorting
[mdref/mdref] / mdref / RefListing.php
index 3816be23d60beb0b8a8c6ab33993e7efc39d7831..4c3b629eccb276193ef079d0e5c65fd275dbdebf 100644 (file)
@@ -71,7 +71,7 @@ class RefListing implements \Countable, \Iterator
         * @return \mdref\RefEntry
         */
        function current() {
-               return new RefEntry($this->path, $this->key());//$this->format($this->key());
+               return new RefEntry($this->path, $this->key());
        }
        
        /**