Skip to content

Commit

Permalink
MDL-29271 Alfresco: Repository can browse sites
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart committed Jul 19, 2012
1 parent ce9e687 commit a258429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/alfresco/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ public function get_listing($uuid = '', $path = '') {
$file_filter = "{http://www.alfresco.org/model/content/1.0}content";

// top level sites folder
$sites_filter = "{http://www.alfresco.org/model/content/1.0}sites";
$sites_filter = "{http://www.alfresco.org/model/site/1.0}sites";
// individual site
$site_filter = "{http://www.alfresco.org/model/content/1.0}site";
$site_filter = "{http://www.alfresco.org/model/site/1.0}site";

foreach ($this->current_node->children as $child)
{
Expand Down

0 comments on commit a258429

Please sign in to comment.