Skip to content

Commit

Permalink
sorted webspace files by name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rotter committed May 8, 2014
1 parent 484b81c commit 8af858b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
CHANGELOG for Sulu
==================

* [UNRELEASED]

* ...

* 0.3.0 (2013-05-07)

* ...

* 0.2.0 (2013-04-14)

* ...

* 0.1.1 (2014-03-06)

* ...

* 0.1.0 (2014-03-04)

* ...
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function __construct(LoaderInterface $loader, LoggerInterface $logger, $p
public function build()
{
$finder = new Finder();
$finder->in($this->path)->files()->name('*.xml');
$finder->in($this->path)->files()->name('*.xml')->sortByName();

// Iterate over config files, and add a portal object for each config to the collection
$collection = new WebspaceCollection();
Expand Down

0 comments on commit 8af858b

Please sign in to comment.